Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Dkern_control.c153 static int ctl_usr_rcvd(struct socket *so, int flags);
175 .pru_rcvd = ctl_usr_rcvd,
767 ctl_usr_rcvd(struct socket *so, int flags) in ctl_usr_rcvd() function