#include <srp.h>
Data Fields | |
| size_t | priv_len |
| Length of transport private data. | |
| int(* | parse_root_path )(struct srp_device *srp, const char *root_path) |
| Parse root path. | |
| int(* | connect )(struct srp_device *srp) |
| Connect SRP session. | |
Definition at line 790 of file srp.h.
| int( * srp_transport_type::parse_root_path)(struct srp_device *srp, const char *root_path) |
Parse root path.
| srp | SRP device | |
| root_path | Root path |
| Return | status code |
Referenced by srp_attach().
| int( * srp_transport_type::connect)(struct srp_device *srp) |
Connect SRP session.
| srp | SRP device |
| rc | Return status code |
Referenced by srp_login().
1.5.7.1