Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Ddlil_subr.c578 if_get_protolist(struct ifnet * ifp, u_int32_t *__counted_by(count) protolist, u_int32_t count) in if_get_protolist() function
H A Dif_var_private.h1721 __private_extern__ u_int32_t if_get_protolist(struct ifnet * ifp,
H A Dif.c2867 count = if_get_protolist(ifp, NULL, 0); in ifioctl_get_protolist()
2884 actual_count = if_get_protolist(ifp, list, count); in ifioctl_get_protolist()
H A Dif_bridge.c1551 proto_count = if_get_protolist(ifp, NULL, 0); in bridge_interface_proto_attach_changed()
1914 return if_get_protolist(ifp, NULL, 0) >= 2; in interface_needs_input_broadcast()