Searched refs:find_attached_proto (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Ddlil.c333 find_attached_proto(struct ifnet *ifp, u_long protocol_family) function
1082 ifproto = find_attached_proto(ifp, protocol_family);
1267 proto = find_attached_proto(ifp, proto_family);
1446 proto = find_attached_proto(ifp, proto_family);
1641 struct if_proto *proto = find_attached_proto(ifp, proto_fam);
1736 proto = find_attached_proto(ifp, proto_addr->sa_family);
1773 proto = find_attached_proto(ifp, target_proto->sa_family);
2032 if (find_attached_proto(ifp, proto->protocol_family) != NULL) {
2209 proto = find_attached_proto(ifp, proto_family);
2223 proto = find_attached_proto(if
[all...]

Completed in 11 milliseconds