/netbsd/sys/compat/common/ |
H A D | uipc_syscalls_50.c | 89 error = kauth_authorize_network(l->l_cred, in compat_ifdatareq()
|
/netbsd/sys/net/npf/ |
H A D | npf_os.c | 208 if (kauth_authorize_network(l->l_cred, KAUTH_NETWORK_FIREWALL, in npf_dev_open() 262 if (kauth_authorize_network(l->l_cred, KAUTH_NETWORK_FIREWALL, in npf_dev_ioctl()
|
/netbsd/sys/netinet6/ |
H A D | ip6_output.c | 1362 error = kauth_authorize_network( in ip6_ctloutput() 1545 error = kauth_authorize_network( in ip6_ctloutput() 1614 error = kauth_authorize_network( in ip6_ctloutput() 1624 error = kauth_authorize_network( in ip6_ctloutput() 2363 if (kauth_authorize_network(kauth_cred_get(), in ip6_get_membership() 2979 error = kauth_authorize_network(cred, in ip6_setpktopt() 3038 error = kauth_authorize_network(cred, in ip6_setpktopt() 3077 error = kauth_authorize_network(cred, in ip6_setpktopt()
|
/netbsd/sys/altq/ |
H A D | altq_fifoq.c | 134 if ((error = kauth_authorize_network(l->l_cred, in fifoqioctl()
|
H A D | altq_conf.c | 227 if ((error = kauth_authorize_network( in altqioctl()
|
H A D | altq_afmap.c | 360 error = kauth_authorize_network(l->l_cred, in afmioctl()
|
H A D | altq_blue.c | 166 if ((error = kauth_authorize_network(l->l_cred, in blueioctl()
|
H A D | altq_wfq.c | 682 if ((error = kauth_authorize_network(l->l_cred, in wfqioctl()
|
H A D | altq_rio.c | 503 if ((error = kauth_authorize_network(l->l_cred, in rioioctl()
|
/netbsd/sys/netinet/ |
H A D | portalgo.c | 285 error = kauth_authorize_network(cred, in check_suitable_port() 352 error = kauth_authorize_network(cred, in check_suitable_port()
|
H A D | in_pcb.c | 295 error = kauth_authorize_network(cred, KAUTH_NETWORK_BIND, req, so, sin, in inpcb_set_port() 409 error = kauth_authorize_network(cred, KAUTH_NETWORK_BIND, req, in inpcb_bind_port()
|
H A D | tcp_usrreq.c | 1435 error = kauth_authorize_network(l->l_cred, KAUTH_NETWORK_SOCKET, in inet4_ident_core() 1470 error = kauth_authorize_network(l->l_cred, KAUTH_NETWORK_SOCKET, in inet6_ident_core() 1660 if (kauth_authorize_network(l->l_cred, KAUTH_NETWORK_SOCKET, in sysctl_inpcblist()
|
/netbsd/sys/sys/ |
H A D | kauth.h | 474 int kauth_authorize_network(kauth_cred_t, kauth_action_t,
|
/netbsd/sys/external/isc/atheros_hal/ic/ |
H A D | ah_osdep.c | 214 error = kauth_authorize_network(kauth_cred_get(), in ath_hal_setlogging()
|
/netbsd/sys/net80211/ |
H A D | ieee80211_ioctl.c | 370 error = kauth_authorize_network(kauth_cred_get(), in ieee80211_cfgget() 907 if (kauth_authorize_network(kauth_cred_get(), in ieee80211_ioctl_getkey() 1361 if (kauth_authorize_network(kauth_cred_get(), in ieee80211_ioctl_get80211_fbsd() 2586 if ((error = kauth_authorize_network(kauth_cred_get(), in ieee80211_ioctl() 2726 if ((error = kauth_authorize_network( in ieee80211_ioctl() 2841 error = kauth_authorize_network(kauth_cred_get(), in ieee80211_ioctl()
|
/netbsd/sys/dev/pcmcia/ |
H A D | if_cnw.c | 1001 error = kauth_authorize_network(l->l_cred, in cnw_ioctl() 1009 error = kauth_authorize_network(l->l_cred, in cnw_ioctl()
|
/netbsd/sys/nfs/ |
H A D | nfs_export.c | 251 if (kauth_authorize_network(l->l_cred, KAUTH_NETWORK_NFS, in mountd_set_exports_list()
|
/netbsd/sys/netatalk/ |
H A D | ddp_usrreq.c | 125 (error = kauth_authorize_network( in at_pcbsetaddr()
|
H A D | at_control.c | 130 if (kauth_authorize_network(kauth_cred_get(), in at_control()
|
/netbsd/sys/net/ |
H A D | if.c | 3315 error = kauth_authorize_network(kauth_cred_get(), in ifioctl_common() 3384 error = kauth_authorize_network(kauth_cred_get(), in ifaddrpref_ioctl() 3497 error = kauth_authorize_network(l->l_cred, in doifioctl() 3564 error = kauth_authorize_network(l->l_cred, in doifioctl()
|
H A D | if_ppp.c | 518 if (kauth_authorize_network(l->l_cred, KAUTH_NETWORK_INTERFACE, in pppioctl() 525 if (kauth_authorize_network(l->l_cred, KAUTH_NETWORK_INTERFACE, in pppioctl()
|
H A D | if_sl.c | 332 error = kauth_authorize_network(l->l_cred, KAUTH_NETWORK_INTERFACE_SLIP, in slopen()
|
/netbsd/sys/kern/ |
H A D | uipc_domain.c | 611 if (kauth_authorize_network(l->l_cred, KAUTH_NETWORK_SOCKET, in sysctl_unpcblist()
|
/netbsd/sys/dist/pf/net/ |
H A D | if_pfsync.c | 899 if ((error = kauth_authorize_network(l->l_cred, in pfsyncioctl() 914 if ((error = kauth_authorize_network(l->l_cred, in pfsyncioctl()
|
/netbsd/sys/netcan/ |
H A D | can.c | 138 error = kauth_authorize_network(kauth_cred_get(), in can_set_netlink()
|