Home
last modified time | relevance | path

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

/f-stack/freebsd/security/audit/
H A Daudit.h114 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 Daudit_arg.c438 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()