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

/darwin-on-arm/xnu/bsd/net/
H A Detherdefs.h71 typedef struct ether_header ether_header_t;
H A Dether_at_pr_module.c118 m->m_data -= sizeof(struct ether_header);
119 m->m_len += sizeof(struct ether_header);
120 m->m_pkthdr.len += sizeof(struct ether_header);
143 const struct ether_header *eh;
159 eh = (const struct ether_header *)dst_netaddr->sa_data;
165 eh = (const struct ether_header *)dst_netaddr->sa_data;
H A Dethernet.h85 struct ether_header { struct
H A Dether_if_module.c362 struct ether_header *eh = (struct ether_header *)(void *)frame_header;
521 struct ether_header *eh;
556 M_PREPEND(*m, sizeof (struct ether_header), M_DONTWAIT);
562 *prepend_len = sizeof (struct ether_header);
566 eh = mtod(*m, struct ether_header *);
H A Dether_inet_pr_module.c180 struct ether_header *eh = mbuf_pkthdr_header(m);
234 const struct ether_header *eh;
264 eh = (const struct ether_header *)(uintptr_t)(size_t)
406 struct ether_header *eh;
H A Dether_inet6_pr_module.c114 struct ether_header *eh = (struct ether_header *)(void *)header;
H A Dif_bond.c513 size = length + sizeof(struct ether_header);
535 return (buf->m_data + sizeof(struct ether_header));
963 const struct ether_header * eh_p,
976 bcopy(eh_p, vlh_p, offsetof(struct ether_header, ether_type));
993 const struct ether_header * eh_p;
994 eh_p = mtod(m, const struct ether_header *);
1008 bond_bpf_input(ifnet_t ifp, mbuf_t m, const struct ether_header * eh_p,
1191 bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header));
1297 ether_header_hash(struct ether_header * eh_p)
1396 offset = offsetof(struct ip, ip_p) + sizeof(struct ether_header);
[all...]
H A Ddlil.h118 struct ether_header;
H A Dif_bridge.c480 struct ether_header *, int, struct llc *);
751 static void printf_ether_header(struct ether_header *eh);
920 printf_ether_header(struct ether_header *eh)
1234 error = bpf_attach(ifp, DLT_EN10MB, sizeof (struct ether_header),
1600 printf_ether_header((struct ether_header *)
3012 struct ether_header *eh;
3029 eh = mtod(m, struct ether_header *);
3437 struct ether_header *eh;
3441 eh = mtod(m, struct ether_header *);
3531 struct ether_header *e
[all...]
H A Dbridgestp.c292 struct ether_header *eh;
311 eh = mtod(m, struct ether_header *);
408 struct ether_header *eh;
421 eh = mtod(m, struct ether_header *);
535 struct ether_header *eh;
546 eh = mtod(m, struct ether_header *);
H A Dbpf.c267 hlen = sizeof(struct ether_header);
387 struct ether_header *eh = mtod(m, struct ether_header *);
H A Dpfvar.h1420 struct ether_header
2206 struct ether_header *, struct ip_fw_args *);
2211 struct ether_header *, struct ip_fw_args *);
H A Dif_vlan.c1007 bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header));
H A Dpf.c229 u_int16_t, struct ether_header *, struct ifnet *);
2352 u_int16_t rtag, struct ether_header *eh, struct ifnet *ifp)
8047 struct ether_header *eh, struct ip_fw_args *fwa)
8581 struct ether_header *eh, struct ip_fw_args *fwa)
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_udp.h124 struct ether_header { struct
130 typedef struct ether_header ether_header_t;
H A Dkdp_udp.c479 struct ether_header *eh = NULL;
521 pkt.off -= (unsigned int)sizeof (struct ether_header);
523 eh = (struct ether_header *)&pkt.data[pkt.off];
529 pkt.len += (unsigned int)sizeof (struct ether_header);
550 struct ether_header *eh;
591 pkt.off -= (unsigned int)sizeof (struct ether_header);
593 eh = (struct ether_header *)&pkt.data[pkt.off];
598 pkt.len += (unsigned int)sizeof (struct ether_header);
740 arp_header_offset = (unsigned)sizeof(struct ether_header) + pkt.off;
779 struct ether_header *e
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_flowid.h98 struct ether_header *fwa_eh; /* for bridged packets */
H A Dip_compat.h706 typedef struct ether_header ether_header_t;
H A Dip_fw2.c1058 ipfw_log(struct ip_fw *f, u_int hlen, struct ether_header *eh,

Completed in 175 milliseconds