Defines | |
| #define | TCP_SOCK_STREAM 0x1 |
| #define | SOCK_STREAM tcp_sock_stream |
| #define | UDP_SOCK_DGRAM 0x2 |
| #define | SOCK_DGRAM udp_sock_dgram |
Variables | |
| int | tcp_sock_stream |
| Connection-based, reliable streams. | |
| int | udp_sock_dgram |
| Connectionless, unreliable streams. | |
| #define SOCK_STREAM tcp_sock_stream |
Definition at line 23 of file socket.h.
Referenced by __attribute__(), ftp_open(), ftp_reply(), http_open_filter(), iscsi_open_connection(), and tcp_open_uri().
| #define SOCK_DGRAM udp_sock_dgram |
Definition at line 28 of file socket.h.
Referenced by __attribute__(), dns_resolv(), slam_open(), start_dhcp(), start_pxebs(), tftp_reopen(), tftp_reopen_mc(), and udp_open_uri().
| int tcp_sock_stream |
| int udp_sock_dgram |
1.5.7.1