Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDin_pcb.h630 #define INP_CHECK_SOCKAF(so, af) (INP_SOCKAF(so) == af) macro
HDudp_usrreq.c974 if (INP_CHECK_SOCKAF(so, AF_INET6)) { in udp_ctloutput()
HDsctp_usrreq.c6763 if (INP_CHECK_SOCKAF(so, AF_INET6))
/NextBSD/sys/security/audit/
HDaudit_arg.c677 if (INP_CHECK_SOCKAF(so, PF_INET)) { in audit_arg_file()