Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Dkern_control.c151 static int ctl_ctloutput(struct socket *, struct sockopt *);
189 .pr_ctloutput = ctl_ctloutput,
199 .pr_ctloutput = ctl_ctloutput,
1316 ctl_ctloutput(struct socket *so, struct sockopt *sopt) in ctl_ctloutput() function