Searched refs:sotype (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/security/audit/ |
| H A D | audit.h | 114 void audit_arg_socket(int sodomain, int sotype, int soprotocol); 299 #define AUDIT_ARG_SOCKET(sodomain, sotype, soprotocol) do { \ argument 301 audit_arg_socket((sodomain), (sotype), (soprotocol)); \ 451 #define AUDIT_ARG_SOCKET(sodomain, sotype, soprotocol) argument
|
| H A D | audit_arg.c | 438 audit_arg_socket(int sodomain, int sotype, int soprotocol) in audit_arg_socket() argument 447 ar->k_ar.ar_arg_sockinfo.so_type = sotype; in audit_arg_socket()
|