Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Ddlil_subr.c712 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.h1700 __private_extern__ u_int32_t if_get_protolist(struct ifnet * ifp,
H A Dif.c2907 count = if_get_protolist(ifp, NULL, 0); in ifioctl_get_protolist()
2924 actual_count = if_get_protolist(ifp, list, count); in ifioctl_get_protolist()
H A Dif_bridge.c1549 proto_count = if_get_protolist(ifp, NULL, 0); in bridge_interface_proto_attach_changed()
1912 return if_get_protolist(ifp, NULL, 0) >= 2; in interface_needs_input_broadcast()