Home
last modified time | relevance | path

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

/NextBSD/sys/security/audit/
HDaudit.h98 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
HDaudit_arg.c430 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()