Home
last modified time | relevance | path

Searched refs:INETBOOT_RAW (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket.c732 if (so_type == INETBOOT_RAW) { in connect()
891 case INETBOOT_RAW: in recvfrom()
958 case INETBOOT_RAW: in recvfrom()
1022 case INETBOOT_RAW: in sendto()
1075 if (sockets[i].type != INETBOOT_RAW) { in dgram_sendto()
H A Dsocket_impl.h64 enum SockType { INETBOOT_UNUSED, INETBOOT_DGRAM, INETBOOT_RAW, enumerator
/illumos-gate/usr/src/stand/lib/inet/
H A Dipv4.c429 isp->type = INETBOOT_RAW; in ipv4_raw_socket()
782 if (type == INETBOOT_RAW) { in ipv4_input()