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

/freebsd-current/sys/security/audit/
H A Daudit.h112 void audit_arg_socket(int sodomain, int sotype, int soprotocol);
297 #define AUDIT_ARG_SOCKET(sodomain, sotype, soprotocol) do { \
299 audit_arg_socket((sodomain), (sotype), (soprotocol)); \
449 #define AUDIT_ARG_SOCKET(sodomain, sotype, soprotocol)
H A Daudit_arg.c435 audit_arg_socket(int sodomain, int sotype, int soprotocol) argument
443 ar->k_ar.ar_arg_sockinfo.so_domain = sodomain;

Completed in 119 milliseconds