Home
last modified time | relevance | path

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

/f-stack/freebsd/security/audit/
H A Dbsm_socket_type.c50 static const struct bsm_socket_type bsm_socket_types[] = { variable
57 static const int bsm_socket_types_count = nitems(bsm_socket_types);
65 if (bsm_socket_types[i].bst_local_socket_type == in bsm_lookup_local_socket_type()
67 return (&bsm_socket_types[i]); in bsm_lookup_local_socket_type()
89 if (bsm_socket_types[i].bst_bsm_socket_type == in bsm_lookup_bsm_socket_type()
91 return (&bsm_socket_types[i]); in bsm_lookup_bsm_socket_type()