Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Ddlil_var_private.h340 extern u_int32_t dlil_ifp_protolist(struct ifnet *ifp, protocol_family_t *list __counted_by(list_co…
H A Ddlil_subr.c529 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 Ddlil.c3695 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()