Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/sys/
H A Dkern_control.h372 ctl_getopt_func ctl_getopt; member
H A Dkern_control_private.h252 ctl_getopt_func ctl_getopt; member
/xnu-12377.81.4/bsd/net/
H A Dkctl_test.c61 .ctl_getopt = kctl_test_getopt,
H A Dremote_vif.c299 kern_ctl.ctl_getopt = rvi_ctl_getopt; in rvi_register_control()
H A Dpacket_mangler.c678 kern_ctl.ctl_getopt = pkt_mnglr_ctl_getopt; in pkt_mnglr_init()
H A Dif_utun.c1671 kern_ctl.ctl_getopt = utun_ctl_getopt; in utun_register_control()
H A Dnetwork_agent.c324 kern_ctl.ctl_getopt = netagent_ctl_getopt; in netagent_register_control()
H A Dif_ipsec.c382 kern_ctl.ctl_getopt = ipsec_ctl_getopt; in ipsec_register_control()
H A Dcontent_filter.c2597 kern_ctl.ctl_getopt = cfil_ctl_getopt; in cfil_init()
/xnu-12377.81.4/bsd/kern/
H A Dkern_control.c1788 kctl->getopt = userkctl->ctl_getopt; in ctl_register()