Home
last modified time | relevance | path

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

/titanic_41/usr/src/stand/lib/sock/
H A Dsocket_impl.h64 enum SockType { INETBOOT_UNUSED, INETBOOT_DGRAM, INETBOOT_RAW, enumerator
H A Dsocket.c733 if (so_type == INETBOOT_RAW) { in connect()
892 case INETBOOT_RAW: in recvfrom()
959 case INETBOOT_RAW: in recvfrom()
1023 case INETBOOT_RAW: in sendto()
1076 if (sockets[i].type != INETBOOT_RAW) { in dgram_sendto()
/titanic_41/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()