Searched refs:bsm_socket_types (Results 1 – 2 of 2) sorted by relevance
45 static const struct bsm_socket_type bsm_socket_types[] = { variable52 static const int bsm_socket_types_count = sizeof(bsm_socket_types) /53 sizeof(bsm_socket_types[0]);61 if (bsm_socket_types[i].bst_local_socket_type == in bsm_lookup_local_socket_type()63 return (&bsm_socket_types[i]); in bsm_lookup_local_socket_type()85 if (bsm_socket_types[i].bst_bsm_socket_type == in bsm_lookup_bsm_socket_type()87 return (&bsm_socket_types[i]); in bsm_lookup_bsm_socket_type()
47 static const struct bsm_socket_type bsm_socket_types[] = { variable54 static const int bsm_socket_types_count = nitems(bsm_socket_types);62 if (bsm_socket_types[i].bst_local_socket_type == in bsm_lookup_local_socket_type()64 return (&bsm_socket_types[i]); in bsm_lookup_local_socket_type()86 if (bsm_socket_types[i].bst_bsm_socket_type == in bsm_lookup_bsm_socket_type()88 return (&bsm_socket_types[i]); in bsm_lookup_bsm_socket_type()