Searched refs:find_attached_proto (Results 1 – 5 of 5) sorted by relevance
| /xnu-11417.140.69/bsd/net/ |
| H A D | dlil_var_private.h | 404 struct if_proto * find_attached_proto(struct ifnet *ifp, u_int32_t protocol_family);
|
| H A D | dlil_output.c | 116 proto = find_attached_proto(ifp, proto_family); in dlil_output() 170 proto = find_attached_proto(ifp, proto_family); in dlil_output()
|
| H A D | dlil_subr.c | 738 find_attached_proto(struct ifnet *ifp, u_int32_t protocol_family) in find_attached_proto() function
|
| H A D | dlil.c | 3998 proto = find_attached_proto(ifp, proto_fam); in ifnet_ioctl() 4089 proto = find_attached_proto(ifp, proto_addr->sa_family); in dlil_resolve_multi() 4129 proto = find_attached_proto(ifp, target_proto->sa_family); in dlil_send_arp_internal() 4527 _proto = find_attached_proto(ifp, proto->protocol_family); in dlil_attach_protocol() 4744 proto = find_attached_proto(ifp, proto_family); in ifnet_detach_protocol()
|
| H A D | dlil_input.c | 1045 ifproto = find_attached_proto(ifp, protocol_family); in dlil_input_packet_list_common()
|