Searched refs:soprotocol (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/sys/security/audit/ |
| HD | audit.h | 98 void audit_arg_socket(int sodomain, int sotype, int soprotocol); 273 #define AUDIT_ARG_SOCKET(sodomain, sotype, soprotocol) do { \ argument 275 audit_arg_socket((sodomain), (sotype), (soprotocol)); \ 387 #define AUDIT_ARG_SOCKET(sodomain, sotype, soprotocol) argument
|
| HD | audit_arg.c | 430 audit_arg_socket(int sodomain, int sotype, int soprotocol) in audit_arg_socket() argument 440 ar->k_ar.ar_arg_sockinfo.so_protocol = soprotocol; in audit_arg_socket()
|