|
iPXE
|
Macros | |
| #define | TCP_SOCK_STREAM 0x1 |
| #define | SOCK_STREAM tcp_sock_stream |
| #define | UDP_SOCK_DGRAM 0x2 |
| #define | SOCK_DGRAM udp_sock_dgram |
| #define | PING_SOCK_ECHO 0x3 |
| #define | SOCK_ECHO ping_sock_echo |
Variables | |
| int | tcp_sock_stream |
| Connection-based, reliable streams. | |
| int | udp_sock_dgram |
| Connectionless, unreliable streams. | |
| int | ping_sock_echo |
| Echo testing streams. | |
| #define SOCK_STREAM tcp_sock_stream |
Definition at line 25 of file socket.h.
Referenced by apply_syslogs_settings(), ftp_open(), ftp_reply(), http_connect(), iscsi_open_connection(), nfs_connect(), socket_semantics_name(), and tcp_open_uri().
| #define SOCK_DGRAM udp_sock_dgram |
Definition at line 30 of file socket.h.
Referenced by apply_syslog_settings(), dns_resolv(), peerdisc_socket_open(), slam_open(), socket_semantics_name(), start_dhcp(), start_dhcpv6(), start_ntp(), start_pxebs(), tftp_reopen(), tftp_reopen_mc(), and udp_open_uri().
| #define SOCK_ECHO ping_sock_echo |
Definition at line 35 of file socket.h.
Referenced by create_pinger(), and socket_semantics_name().
|
extern |
Connection-based, reliable streams.
Connection-based, reliable streams.
Definition at line 1774 of file tcp.c.
Referenced by FILE_SECBOOT().
|
extern |