Home
last modified time | relevance | path

Searched refs:INP_SOCKAF (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/netinet/
HDin_pcb.h628 #define INP_SOCKAF(so) so->so_proto->pr_domain->dom_family macro
630 #define INP_CHECK_SOCKAF(so, af) (INP_SOCKAF(so) == af)
HDin_pcb.c325 if (INP_SOCKAF(so) == AF_INET6) { in in_pcballoc()
HDsctp_pcb.c2467 if (INP_SOCKAF(so) == AF_INET6) { in sctp_inpcb_alloc()
/NextBSD/sys/security/audit/
HDaudit_arg.c682 INP_SOCKAF(so); in audit_arg_file()