Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dkern_control.c157 static int ctl_usr_rcvd(struct socket *so, int flags);
179 .pru_rcvd = ctl_usr_rcvd,
771 ctl_usr_rcvd(struct socket *so, int flags) in ctl_usr_rcvd() function