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

/darwin-on-arm/xnu/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
348 proto_plumber_find(protocol_family_t proto_family, ifnet_family_t if_family) argument
353 if ((mod->proto_family == (proto_family & 0xffff)) &&
366 struct proto_family_str *proto_family; local
373 TAILQ_FOREACH(proto_family, &proto_family_head, proto_fam_next) {
374 if (proto_family->proto_family == protocol_family &&
375 proto_family->if_family == interface_family) {
381 proto_family
403 struct proto_family_str *proto_family; local
422 struct proto_family_str *proto_family; local
442 struct proto_family_str *proto_family; local
[all...]
H A Dether_at_pr_module.c225 __unused protocol_family_t proto_family)
259 __unused protocol_family_t proto_family)
223 ether_attach_at( ifnet_t ifp, __unused protocol_family_t proto_family) argument
257 ether_detach_at( ifnet_t ifp, __unused protocol_family_t proto_family) argument
H A Dether_inet_pr_module.c532 ether_attach_inet(struct ifnet *ifp, protocol_family_t proto_family) argument
534 #pragma unused(proto_family)
559 error = ifnet_attach_protocol_v2(ifp, proto_family, &proto);
568 ether_detach_inet(struct ifnet *ifp, protocol_family_t proto_family) argument
570 (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.c652 u_int32_t proto_family = proto->protocol_family; local
675 if_rtproto_del(ifp, proto_family);
682 ev_pr_data.proto_family = proto_family;
3220 dlil_output(ifnet_t ifp, protocol_family_t proto_family, mbuf_t packetlist, argument
3257 proto = find_attached_proto(ifp, proto_family);
3279 retval = preoutp(ifp, proto_family, &m, dest, route,
3292 retval = mac_ifnet_check_transmit(ifp, m, proto_family,
3293 dlil_get_socket_type(&m, proto_family, raw));
3302 if (!raw && proto_family
4121 ifnet_detach_protocol(ifnet_t ifp, protocol_family_t proto_family) argument
[all...]
H A Dif.h594 u_int32_t proto_family; member in struct:kev_dl_proto_data

Completed in 90 milliseconds