srp_transport_type Struct Reference

An SRP transport type. More...

#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.


Detailed Description

An SRP transport type.

Definition at line 790 of file srp.h.


Field Documentation

Length of transport private data.

Definition at line 792 of file srp.h.

Referenced by srp_attach().

int( * srp_transport_type::parse_root_path)(struct srp_device *srp, const char *root_path)

Parse root path.

Parameters:
srp SRP device
root_path Root path
Return values:
Return status code

Referenced by srp_attach().

Connect SRP session.

Parameters:
srp SRP device
Return values:
rc Return status code
This method should open the underlying socket.

Referenced by srp_login().


The documentation for this struct was generated from the following file:

Generated on Tue Apr 6 20:02:09 2010 for gPXE by  doxygen 1.5.7.1