Searched refs:if_get_protolist (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.140.69/bsd/net/ |
| H A D | dlil_subr.c | 712 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 | 1700 __private_extern__ u_int32_t if_get_protolist(struct ifnet * ifp,
|
| H A D | if.c | 2907 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 D | if_bridge.c | 1549 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()
|