Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/sys/
H A Dsocketvar.h1040 extern int so_set_opportunistic(struct socket *, int);
/xnu-10063.101.15/bsd/netinet/
H A Din_tclass.c1005 so_set_opportunistic(struct socket *so, int optval) in so_set_opportunistic() function
/xnu-10063.101.15/bsd/kern/
H A Duipc_socket.c5347 error = so_set_opportunistic(so, optval); in sosetoptlock()