Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dkern_control.c155 static int ctl_ctloutput(struct socket *, struct sockopt *);
192 .pr_ctloutput = ctl_ctloutput,
202 .pr_ctloutput = ctl_ctloutput,
1326 ctl_ctloutput(struct socket *so, struct sockopt *sopt) in ctl_ctloutput() function