Searched refs:find_attached_proto (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/bsd/net/ |
| H A D | dlil_var_private.h | 384 struct if_proto * find_attached_proto(struct ifnet *ifp, u_int32_t protocol_family);
|
| H A D | dlil_output.c | 118 proto = find_attached_proto(ifp, proto_family); in dlil_output() 172 proto = find_attached_proto(ifp, proto_family); in dlil_output()
|
| H A D | dlil_subr.c | 604 find_attached_proto(struct ifnet *ifp, u_int32_t protocol_family) in find_attached_proto() function
|
| H A D | dlil.c | 3929 proto = find_attached_proto(ifp, proto_fam); in ifnet_ioctl() 4020 proto = find_attached_proto(ifp, proto_addr->sa_family); in dlil_resolve_multi() 4060 proto = find_attached_proto(ifp, target_proto->sa_family); in dlil_send_arp_internal() 4453 _proto = find_attached_proto(ifp, proto->protocol_family); in dlil_attach_protocol() 4670 proto = find_attached_proto(ifp, proto_family); in ifnet_detach_protocol()
|
| H A D | dlil_input.c | 1049 ifproto = find_attached_proto(ifp, protocol_family); in dlil_input_packet_list_common()
|