Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/sys/
H A Dsocketvar.h1067 extern int so_set_opportunistic(struct socket *, int);
/xnu-11215.1.10/bsd/netinet/
H A Din_tclass.c1010 so_set_opportunistic(struct socket *so, int optval) in so_set_opportunistic() function
/xnu-11215.1.10/bsd/kern/
H A Duipc_socket.c5397 error = so_set_opportunistic(so, optval); in sosetoptlock()