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

/freebsd-11-stable/sys/security/audit/
H A Daudit.h97 void audit_arg_socket(int sodomain, int sotype, int soprotocol);
265 #define AUDIT_ARG_SOCKET(sodomain, sotype, soprotocol) do { \
267 audit_arg_socket((sodomain), (sotype), (soprotocol)); \
367 #define AUDIT_ARG_SOCKET(sodomain, sotype, soprotocol)
H A Daudit_arg.c430 audit_arg_socket(int sodomain, int sotype, int soprotocol) argument
440 ar->k_ar.ar_arg_sockinfo.so_protocol = soprotocol;

Completed in 47 milliseconds