Home
last modified time | relevance | path

Searched defs:sock_id (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/stand/lib/sock/
H A Dsocket.c409 int sock_id; in shutdown() local
475 int sock_id, i; in socket_close() local
553 bind_check(int sock_id, const struct sockaddr *addr) in bind_check()
635 quickbind(int sock_id) in quickbind()
674 int sock_id; in listen() local
694 int sock_id; in accept() local
719 int sock_id; in connect() local
797 int sock_id, i; in recvfrom() local
996 int sock_id; in sendto() local
/titanic_41/usr/src/stand/lib/tcp/
H A Dtcp.c468 tcp_drain_input(tcp_t *tcp, int sock_id, int timeout) in tcp_drain_input()
561 tcp_input(int sock_id) in tcp_input()
610 tcp_send(int sock_id, tcp_t *tcp, const void *msg, int len) in tcp_send()
796 tcp_eager_cleanup(tcp_t *listener, boolean_t q0_only, int sock_id) in tcp_eager_cleanup()
823 tcp_shutdown(int sock_id) in tcp_shutdown()
880 tcp_close(int sock_id) in tcp_close()
1019 tcp_listen(int sock_id, int backlog) in tcp_listen()
1050 tcp_accept(int sock_id, struct sockaddr *addr, socklen_t *addr_len) in tcp_accept()
1179 tcp_bind(int sock_id) in tcp_bind()
1260 tcp_connect(int sock_id) in tcp_connect()
[all …]
/titanic_41/usr/src/stand/lib/tcpstubs/
H A Dtcpstubs.c100 tcp_rcv_drain_sock(int sock_id) in tcp_rcv_drain_sock()
/titanic_41/usr/src/stand/lib/inet/
H A Dipv4.c1066 ipv4_tcp_output(int sock_id, mblk_t *pkt) in ipv4_tcp_output()