|
iPXE
|
A socket opener. More...
#include <open.h>
Data Fields | |
| int | semantics |
| Communication semantics (e.g. More... | |
| int(* | open )(struct interface *intf, struct sockaddr *peer, struct sockaddr *local) |
| Open socket. More... | |
| int socket_opener::semantics |
Communication semantics (e.g.
SOCK_STREAM)
Definition at line 72 of file open.h.
Referenced by xfer_open_socket().
Open socket.
| intf | Object interface |
| peer | Peer socket address |
| local | Local socket address, or NULL |
| rc | Return status code |
Definition at line 80 of file open.h.
Referenced by xfer_open_socket().
1.8.15