Lines Matching refs:kern_ctl_ref
91 kern_ctl_ref utun_ctlref;
146 static errno_t utun_ctl_bind(kern_ctl_ref kctlref, struct sockaddr_ctl *sac,
148 static errno_t utun_ctl_connect(kern_ctl_ref kctlref, struct sockaddr_ctl *sac,
150 static errno_t utun_ctl_disconnect(kern_ctl_ref kctlref, u_int32_t unit,
152 static errno_t utun_ctl_send(kern_ctl_ref kctlref, u_int32_t unit,
154 static errno_t utun_ctl_getopt(kern_ctl_ref kctlref, u_int32_t unit, void *unitinfo,
156 static errno_t utun_ctl_setopt(kern_ctl_ref kctlref, u_int32_t unit, void *unitinfo,
158 static void utun_ctl_rcvd(kern_ctl_ref kctlref, u_int32_t unit, void *unitinfo,
277 static kern_ctl_ref utun_kctlref;
1606 utun_ctl_bind(kern_ctl_ref kctlref, in utun_ctl_bind()
1649 utun_ctl_connect(kern_ctl_ref kctlref, in utun_ctl_connect()
1928 utun_ctl_disconnect(__unused kern_ctl_ref kctlref, in utun_ctl_disconnect()
2049 utun_ctl_send(__unused kern_ctl_ref kctlref, in utun_ctl_send()
2069 utun_ctl_setopt(__unused kern_ctl_ref kctlref, in utun_ctl_setopt()
2383 utun_ctl_getopt(__unused kern_ctl_ref kctlref, in utun_ctl_getopt()
2535 utun_ctl_rcvd(kern_ctl_ref kctlref, u_int32_t unit, void *unitinfo, int flags) in utun_ctl_rcvd()