Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/net/
H A Dkctl_test.c62 .ctl_send_list = kctl_test_send_list
/xnu-11215.81.4/bsd/sys/
H A Dkern_control.h524 ctl_send_list_func ctl_send_list;/* Only valid if CTL_FLAG_REG_EXTENDED is set */ member
/xnu-11215.81.4/bsd/kern/
H A Dkern_control.c154 static int ctl_send_list(struct socket *, struct mbuf *, u_int *, int);
181 .pru_send_list = ctl_send_list,
849 ctl_send_list(struct socket *so, struct mbuf *m, u_int *pktcnt, int flags) in ctl_send_list() function
1788 kctl->send_list = userkctl->ctl_send_list; in ctl_register()