Searched refs:sodomain (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/security/audit/
H A Daudit.h114 void audit_arg_socket(int sodomain, int sotype, int soprotocol);
299 #define AUDIT_ARG_SOCKET(sodomain, sotype, soprotocol) do { \
301 audit_arg_socket((sodomain), (sotype), (soprotocol)); \
451 #define AUDIT_ARG_SOCKET(sodomain, sotype, soprotocol)
H A Daudit_arg.c438 audit_arg_socket(int sodomain, int sotype, int soprotocol) argument
446 ar->k_ar.ar_arg_sockinfo.so_domain = sodomain;

Completed in 78 milliseconds