HomeSort by: relevance | last modified time | path
    Searched refs:kauth_authorize_network (Results 1 - 25 of 63) sorted by relevancy

1 2 3

  /src/sys/compat/common/
uipc_syscalls_50.c 89 error = kauth_authorize_network(l->l_cred,
  /src/sys/net/npf/
npf_os.c 212 if (kauth_authorize_network(l->l_cred, KAUTH_NETWORK_FIREWALL,
266 if (kauth_authorize_network(l->l_cred, KAUTH_NETWORK_FIREWALL,
  /src/sys/altq/
altq_conf.c 227 if ((error = kauth_authorize_network(
altq_fifoq.c 134 if ((error = kauth_authorize_network(l->l_cred,
altq_afmap.c 348 error = kauth_authorize_network(l->l_cred,
altq_blue.c 166 if ((error = kauth_authorize_network(l->l_cred,
altq_rio.c 503 if ((error = kauth_authorize_network(l->l_cred,
altq_wfq.c 682 if ((error = kauth_authorize_network(l->l_cred,
  /src/sys/netinet/
portalgo.c 285 error = kauth_authorize_network(cred,
288 DPRINTF("%s kauth_authorize_network returned %d\n",
352 error = kauth_authorize_network(cred,
in_pcb.c 295 error = kauth_authorize_network(cred, KAUTH_NETWORK_BIND, req, so, sin,
409 error = kauth_authorize_network(cred, KAUTH_NETWORK_BIND, req,
tcp_usrreq.c 1435 error = kauth_authorize_network(l->l_cred, KAUTH_NETWORK_SOCKET,
1470 error = kauth_authorize_network(l->l_cred, KAUTH_NETWORK_SOCKET,
1660 if (kauth_authorize_network(l->l_cred, KAUTH_NETWORK_SOCKET,
  /src/sys/netinet6/
ip6_output.c 1368 error = kauth_authorize_network(
1551 error = kauth_authorize_network(
1620 error = kauth_authorize_network(
1630 error = kauth_authorize_network(
2369 if (kauth_authorize_network(kauth_cred_get(),
2985 error = kauth_authorize_network(cred,
3044 error = kauth_authorize_network(cred,
3083 error = kauth_authorize_network(cred,
in6_pcb.c 255 error = kauth_authorize_network(l->l_cred, KAUTH_NETWORK_BIND,
in6_src.c 866 error = kauth_authorize_network(l->l_cred, KAUTH_NETWORK_BIND, req, so,
  /src/sys/external/isc/atheros_hal/ic/
ah_osdep.c 214 error = kauth_authorize_network(kauth_cred_get(),
  /src/sys/sys/
kauth.h 474 int kauth_authorize_network(kauth_cred_t, kauth_action_t,
  /src/sys/dev/pcmcia/
if_cnw.c 1001 error = kauth_authorize_network(l->l_cred,
1009 error = kauth_authorize_network(l->l_cred,
  /src/sys/netatalk/
ddp_usrreq.c 125 (error = kauth_authorize_network(
at_control.c 130 if (kauth_authorize_network(kauth_cred_get(),
  /src/sys/nfs/
nfs_export.c 251 if (kauth_authorize_network(l->l_cred, KAUTH_NETWORK_NFS,
  /src/sys/kern/
uipc_domain.c 614 if (kauth_authorize_network(l->l_cred, KAUTH_NETWORK_SOCKET,
  /src/sys/net80211/
ieee80211_ioctl.c 370 error = kauth_authorize_network(kauth_cred_get(),
907 if (kauth_authorize_network(kauth_cred_get(),
1361 if (kauth_authorize_network(kauth_cred_get(),
2586 if ((error = kauth_authorize_network(kauth_cred_get(),
2726 if ((error = kauth_authorize_network(
2841 error = kauth_authorize_network(kauth_cred_get(),
  /src/sys/dist/pf/net/
if_pfsync.c 898 if ((error = kauth_authorize_network(l->l_cred,
913 if ((error = kauth_authorize_network(l->l_cred,
  /src/sys/net/
if_ppp.c 516 if (kauth_authorize_network(l->l_cred, KAUTH_NETWORK_INTERFACE,
523 if (kauth_authorize_network(l->l_cred, KAUTH_NETWORK_INTERFACE,
if_sl.c 332 error = kauth_authorize_network(l->l_cred, KAUTH_NETWORK_INTERFACE_SLIP,

Completed in 56 milliseconds

1 2 3