Home
last modified time | relevance | path

Searched refs:INETBOOT_DGRAM (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket_impl.h64 enum SockType { INETBOOT_UNUSED, INETBOOT_DGRAM, INETBOOT_RAW, enumerator
H A Dsocket.c846 if ((so_type == INETBOOT_DGRAM || in recvfrom()
892 case INETBOOT_DGRAM: in recvfrom()
949 case INETBOOT_DGRAM: in recvfrom()
1023 case INETBOOT_DGRAM: in sendto()
1097 if (sockets[i].type == INETBOOT_DGRAM) { in dgram_sendto()
/illumos-gate/usr/src/stand/lib/inet/
H A Dudp.c58 isp->type = INETBOOT_DGRAM; in udp_socket_init()
H A Dipv4.c795 if ((type == INETBOOT_DGRAM && iphp->ip_p != IPPROTO_UDP) || in ipv4_input()