Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket.c416 if (sockets[sock_id].type != INETBOOT_STREAM) { in shutdown()
623 if (sockets[i].type == INETBOOT_STREAM) { in bind()
679 if (sockets[sock_id].type != INETBOOT_STREAM) { in listen()
700 if (sockets[sock_id].type != INETBOOT_STREAM) { in accept()
750 if (so_type == INETBOOT_STREAM) { in connect()
764 if (sockets[sock_id].type == INETBOOT_STREAM) { in connect()
810 if (sockets[sock_id].type == INETBOOT_STREAM && in recvfrom()
847 so_type == INETBOOT_STREAM) && in recvfrom()
886 case INETBOOT_STREAM: in recvfrom()
904 case INETBOOT_STREAM: in recvfrom()
[all …]
H A Dsocket_impl.h65 INETBOOT_STREAM }; enumerator
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c419 isp->type = INETBOOT_STREAM; in tcp_socket_init()
1145 if (sockets[i].type != INETBOOT_STREAM || in tcp_bindi()
1237 if (sockets[i].type != INETBOOT_STREAM) in tcp_conn_check()
1834 if (sockets[i].type == INETBOOT_STREAM && in tcp_lookup_ipv4()
1869 if (sockets[i].type == INETBOOT_STREAM && in tcp_lookup_listener_ipv4()
/illumos-gate/usr/src/stand/lib/inet/
H A Dipv4.c796 (type == INETBOOT_STREAM && iphp->ip_p != IPPROTO_TCP)) { in ipv4_input()