Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dproto_set.h45 extern void proto_set_rx_oob_opt(struct conn_s *, boolean_t);
H A Dproto_set.c217 proto_set_rx_oob_opt(conn_t *connp, boolean_t onoff) in proto_set_rx_oob_opt() function
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c1173 proto_set_rx_oob_opt(connp, onoff); in tcp_opt_set()