Home
last modified time | relevance | path

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

/freebsd/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 { \ argument
299 audit_arg_socket((sodomain), (sotype), (soprotocol)); \
451 #define AUDIT_ARG_SOCKET(sodomain, sotype, soprotocol) argument
H A Daudit_arg.c435 audit_arg_socket(int sodomain, int sotype, int soprotocol) in audit_arg_socket() argument
443 ar->k_ar.ar_arg_sockinfo.so_domain = sodomain; in audit_arg_socket()