Searched refs:tcp_opt_set (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/stand/lib/tcpstubs/ |
H A D | tcpstubs.c | 76 tcp_opt_set(tcp_t *arg0, int arg1, int arg2, const void *arg3, socklen_t arg4) in tcp_opt_set() function
|
/titanic_50/usr/src/stand/lib/tcp/ |
H A D | tcp_inet.h | 300 extern int tcp_opt_set(tcp_t *, int, int, const void *, socklen_t);
|
H A D | tcp.c | 7019 tcp_opt_set(tcp_t *tcp, int level, int option, const void *optval, in tcp_opt_set() function
|
/titanic_50/usr/src/stand/lib/sock/ |
H A D | socket.c | 348 (void) tcp_opt_set(sockets[i].pcb, in setsockopt() 359 (void) tcp_opt_set(sockets[i].pcb, in setsockopt() 369 (void) tcp_opt_set(sockets[i].pcb, in setsockopt()
|
/titanic_50/usr/src/uts/common/inet/ |
H A D | tcp_impl.h | 724 extern int tcp_opt_set(conn_t *, uint_t, int, int, uint_t, uchar_t *,
|
/titanic_50/usr/src/uts/common/inet/tcp/ |
H A D | tcp_opt_data.c | 492 tcp_opt_set(conn_t *connp, uint_t optset_context, int level, int name, in tcp_opt_set() function
|
H A D | tcp_socket.c | 469 error = tcp_opt_set(connp, SETFN_OPTCOM_NEGOTIATE, level, option_name, in tcp_setsockopt()
|
H A D | tcp_tpi.c | 112 return (tcp_opt_set(connp, optset_context, level, name, inlen, invalp, in tcp_tpi_opt_set()
|