Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dkern_control.h520 ctl_getopt_func ctl_getopt; member
/xnu-8019.80.24/bsd/net/
H A Dpacket_mangler.c725 kern_ctl.ctl_getopt = pkt_mnglr_ctl_getopt; in pkt_mnglr_init()
H A Dnetwork_agent.c234 kern_ctl.ctl_getopt = netagent_ctl_getopt; in netagent_register_control()
H A Dif_utun.c1455 kern_ctl.ctl_getopt = utun_ctl_getopt; in utun_register_control()
H A Dif_ipsec.c383 kern_ctl.ctl_getopt = ipsec_ctl_getopt; in ipsec_register_control()
H A Dcontent_filter.c2549 kern_ctl.ctl_getopt = cfil_ctl_getopt; in cfil_init()
/xnu-8019.80.24/bsd/kern/
H A Dkern_control.c1763 kctl->getopt = userkctl->ctl_getopt; in ctl_register()