Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/sys/
H A Dkern_control.h520 ctl_getopt_func ctl_getopt; member
/xnu-8020.121.3/bsd/net/
H A Dremote_vif.c299 kern_ctl.ctl_getopt = rvi_ctl_getopt; in rvi_register_control()
H A Dpacket_mangler.c685 kern_ctl.ctl_getopt = pkt_mnglr_ctl_getopt; in pkt_mnglr_init()
H A Dnetwork_agent.c235 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.c2495 kern_ctl.ctl_getopt = cfil_ctl_getopt; in cfil_init()
/xnu-8020.121.3/bsd/kern/
H A Dkern_control.c1763 kctl->getopt = userkctl->ctl_getopt; in ctl_register()