Searched refs:dlil_ifp_protolist (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/bsd/net/ |
| H A D | dlil_var_private.h | 340 extern u_int32_t dlil_ifp_protolist(struct ifnet *ifp, protocol_family_t *list __counted_by(list_co…
|
| H A D | dlil_subr.c | 529 ev_pr_data.proto_remaining_count = dlil_ifp_protolist(ifp, NULL, 0); in if_proto_free() 552 dlil_ifp_protolist(struct ifnet *ifp, protocol_family_t *list __counted_by(list_count), in dlil_ifp_protolist() function 582 actual_count = dlil_ifp_protolist(ifp, protolist, count); in if_get_protolist()
|
| H A D | dlil.c | 3695 if_proto_count = dlil_ifp_protolist(ifp, NULL, 0); in dlil_event_internal() 4494 ev_pr_data.proto_remaining_count = dlil_ifp_protolist(ifp, NULL, 0); in dlil_attach_protocol()
|