Home
last modified time | relevance | path

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

/xnu-11215.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 Dnetwork_agent.c305 kern_ctl.ctl_getopt = netagent_ctl_getopt; in netagent_register_control()
H A Dif_utun.c1465 kern_ctl.ctl_getopt = utun_ctl_getopt; in utun_register_control()
H A Dif_ipsec.c382 kern_ctl.ctl_getopt = ipsec_ctl_getopt; in ipsec_register_control()
H A Dcontent_filter.c2598 kern_ctl.ctl_getopt = cfil_ctl_getopt; in cfil_init()
/xnu-11215.81.4/bsd/sys/
H A Dkern_control.h521 ctl_getopt_func ctl_getopt; member
/xnu-11215.81.4/bsd/kern/
H A Dkern_control.c1785 kctl->getopt = userkctl->ctl_getopt; in ctl_register()