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

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dether_if_module.h38 extern errno_t ether_attach_at(struct ifnet *ifp, protocol_family_t proto_family);
39 extern void ether_detach_at(struct ifnet *ifp, protocol_family_t proto_family);
H A Dkpi_protocol.c68 protocol_family_t proto_family; member in struct:proto_family_str
334 proto_plumber_find(protocol_family_t proto_family, ifnet_family_t if_family) argument
339 if ((mod->proto_family == (proto_family & 0xffff)) &&
352 struct proto_family_str *proto_family; local
359 TAILQ_FOREACH(proto_family, &proto_family_head, proto_fam_next) {
360 if (proto_family->proto_family == protocol_family &&
361 proto_family->if_family == interface_family) {
367 proto_family
389 struct proto_family_str *proto_family; local
408 struct proto_family_str *proto_family; local
428 struct proto_family_str *proto_family; local
[all...]
H A Dether_inet_pr_module.c540 ether_attach_inet(struct ifnet *ifp, protocol_family_t proto_family) argument
542 #pragma unused(proto_family)
567 error = ifnet_attach_protocol_v2(ifp, proto_family, &proto);
576 ether_detach_inet(struct ifnet *ifp, protocol_family_t proto_family) argument
578 (void) ifnet_detach_protocol(ifp, proto_family);
H A Dndrv.c164 protocol_family_t proto_family,
185 np = ndrv_find_inbound(ifp, proto_family);
548 u_int32_t proto_family = np->nd_proto_family; local
550 if (proto_family != PF_NDRV && proto_family != 0) {
552 ifnet_detach_protocol(ifp, proto_family);
162 ndrv_input( ifnet_t ifp, protocol_family_t proto_family, mbuf_t m, char *frame_header) argument
H A Ddlil.c804 u_int32_t proto_family = proto->protocol_family; local
827 if_rtproto_del(ifp, proto_family);
834 ev_pr_data.proto_family = proto_family;
3703 dlil_output(ifnet_t ifp, protocol_family_t proto_family, mbuf_t packetlist, argument
3740 proto = find_attached_proto(ifp, proto_family);
3762 retval = preoutp(ifp, proto_family, &m, dest, route,
3775 retval = mac_ifnet_check_transmit(ifp, m, proto_family,
3776 dlil_get_socket_type(&m, proto_family, raw));
3785 if (!raw && proto_family
4711 ifnet_detach_protocol(ifnet_t ifp, protocol_family_t proto_family) argument
[all...]
H A Dif.h654 u_int32_t proto_family; member in struct:kev_dl_proto_data

Completed in 192 milliseconds