Home
last modified time | relevance | path

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

/f-stack/freebsd/security/audit/
H A Dbsm_socket_type.c43 struct bsm_socket_type { struct
50 static const struct bsm_socket_type bsm_socket_types[] = { argument
59 static const struct bsm_socket_type *
75 const struct bsm_socket_type *bstp; in au_socket_type_to_bsm()
83 static const struct bsm_socket_type *
84 bsm_lookup_bsm_socket_type(u_short bsm_socket_type) in bsm_lookup_bsm_socket_type() argument
90 bsm_socket_type) in bsm_lookup_bsm_socket_type()
97 au_bsm_to_socket_type(u_short bsm_socket_type, int *local_socket_typep) in au_bsm_to_socket_type() argument
99 const struct bsm_socket_type *bstp; in au_bsm_to_socket_type()
101 bstp = bsm_lookup_bsm_socket_type(bsm_socket_type); in au_bsm_to_socket_type()
/f-stack/freebsd/bsm/
H A Daudit_record.h304 int au_bsm_to_socket_type(u_short bsm_socket_type,