Searched refs:if_get_protolist (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.41.6/bsd/net/ |
| H A D | dlil_subr.c | 578 if_get_protolist(struct ifnet * ifp, u_int32_t *__counted_by(count) protolist, u_int32_t count) in if_get_protolist() function
|
| H A D | if_var_private.h | 1721 __private_extern__ u_int32_t if_get_protolist(struct ifnet * ifp,
|
| H A D | if.c | 2867 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 D | if_bridge.c | 1551 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()
|