Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/sys/
H A Dkern_control.h520 ctl_getopt_func ctl_getopt; member
/xnu-8796.141.3/bsd/net/
H A Dremote_vif.c299 kern_ctl.ctl_getopt = rvi_ctl_getopt; in rvi_register_control()
H A Dpacket_mangler.c676 kern_ctl.ctl_getopt = pkt_mnglr_ctl_getopt; in pkt_mnglr_init()
H A Dnetwork_agent.c259 kern_ctl.ctl_getopt = netagent_ctl_getopt; in netagent_register_control()
H A Dif_utun.c1454 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.c2505 kern_ctl.ctl_getopt = cfil_ctl_getopt; in cfil_init()
/xnu-8796.141.3/bsd/kern/
H A Dkern_control.c1765 kctl->getopt = userkctl->ctl_getopt; in ctl_register()