usr/src/boot/libsa/arp.c
127
struct ether_header *eh;
usr/src/boot/libsa/arp.c
129
eh = (struct ether_header *)((uintptr_t)pkt + ETHER_ALIGN);
usr/src/boot/libsa/arp.c
78
struct ether_header eh;
usr/src/boot/libsa/ether.c
107
eh = (struct ether_header *)((uintptr_t)ptr + ETHER_ALIGN);
usr/src/boot/libsa/ether.c
59
struct ether_header *eh;
usr/src/boot/libsa/ether.c
66
eh = (struct ether_header *)pkt - 1;
usr/src/boot/libsa/ether.c
92
struct ether_header *eh;
usr/src/boot/libsa/ip.c
207
struct ether_header *eh;
usr/src/boot/libsa/ip.c
377
ipr->ip_total_size = n + sizeof (*ip) + sizeof (struct ether_header);
usr/src/boot/libsa/ip.c
387
eh = (struct ether_header *)((uintptr_t)ipr->ip_pkt + 2);
usr/src/cmd/cmd-inet/usr.lib/bridged/events.c
489
struct ether_header *eh;
usr/src/cmd/cmd-inet/usr.lib/bridged/events.c
519
eh = (struct ether_header *)buffer;
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop.h
297
extern int interpret_trill(int, struct ether_header **, char *, int *);
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ether.c
130
struct ether_header *e = (struct ether_header *)header;
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ether.c
180
len = elen - sizeof (struct ether_header);
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ether.c
328
e = (struct ether_header *)data;
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ether.c
394
if (msgsize < sizeof (struct ether_header))
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ether.c
397
e += (offsetof(struct ether_header, ether_type));
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ether.c
404
return (sizeof (struct ether_header));
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_trill.c
37
interpret_trill(int flags, struct ether_header **e, char *data, int *alen)
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_trill.c
40
struct ether_header *inner_ethhdr;
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_trill.c
85
if (dlen < sizeof (struct ether_header)) {
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_trill.c
91
inner_ethhdr = (struct ether_header *)(data + trillhdrlen);
usr/src/common/inet/inet_hash.c
150
struct ether_header *ehp;
usr/src/common/inet/inet_hash.c
166
ASSERT(MBLKL(mp) >= sizeof (struct ether_header));
usr/src/common/inet/inet_hash.c
170
ehp = (struct ether_header *)mp->b_rptr;
usr/src/common/inet/inet_hash.c
204
skip_len = sizeof (struct ether_header);
usr/src/lib/varpd/libvarpd/common/libvarpd_arp.c
160
struct ether_header *ether;
usr/src/lib/varpd/libvarpd/common/libvarpd_arp.c
182
ether = (struct ether_header *)vaq->vaq_buf;
usr/src/lib/varpd/libvarpd/common/libvarpd_arp.c
398
struct ether_header *ether;
usr/src/lib/varpd/libvarpd/common/libvarpd_arp.c
410
ether = (struct ether_header *)resp;
usr/src/lib/varpd/libvarpd/common/libvarpd_arp.c
495
struct ether_header *ether;
usr/src/lib/varpd/libvarpd/common/libvarpd_arp.c
522
otl->otl_hdrsize < sizeof (struct ether_header)) {
usr/src/lib/varpd/libvarpd/common/libvarpd_arp.c
541
ether = (struct ether_header *)vdq->vdq_buf;
usr/src/lib/varpd/libvarpd/common/libvarpd_arp.c
56
struct ether_header *vdq_ether;
usr/src/lib/varpd/libvarpd/common/libvarpd_arp.c
628
struct ether_header *eh;
usr/src/lib/varpd/libvarpd/common/libvarpd_arp.c
629
eh = (struct ether_header *)(buf + bsize);
usr/src/lib/varpd/libvarpd/common/libvarpd_arp.c
630
bsize += sizeof (struct ether_header);
usr/src/lib/varpd/libvarpd/common/libvarpd_arp.c
92
otl->otl_hdrsize < sizeof (struct ether_header)) {
usr/src/stand/lib/inet/ethernet.c
272
return (sizeof (struct ether_header));
usr/src/stand/lib/inet/ethernet.c
294
struct ether_header *eh;
usr/src/stand/lib/inet/ethernet.c
330
bzero(mac_state.mac_buf, sizeof (struct ether_header));
usr/src/stand/lib/inet/ethernet.c
378
eh = (struct ether_header *)mac_state.mac_buf;
usr/src/stand/lib/inet/ethernet.c
380
len >= (sizeof (struct ether_header) +
usr/src/stand/lib/inet/ethernet.c
394
offset = sizeof (struct ether_header);
usr/src/stand/lib/inet/ethernet.c
417
len >= (sizeof (struct ether_header) +
usr/src/stand/lib/inet/ethernet.c
429
sizeof (struct ether_header));
usr/src/stand/lib/inet/ethernet.c
494
struct ether_header eh;
usr/src/stand/lib/inet/ethernet.c
516
header_len = sizeof (struct ether_header);
usr/src/stand/lib/inet/ethernet.c
62
struct ether_header arp_eh;
usr/src/stand/lib/inet/ethernet.c
64
#define USED_SIZE (sizeof (struct ether_header) + sizeof (struct ether_arp))
usr/src/test/os-tests/tests/mac/mac_ktest_common.c
184
splits[nsplit++] = sizeof (struct ether_header);
usr/src/test/os-tests/tests/mac/mac_parsing.c
120
struct ether_header hdr_ether = {
usr/src/test/os-tests/tests/mac/mac_parsing.c
170
.meoi_l2hlen = sizeof (struct ether_header),
usr/src/test/os-tests/tests/mac/mac_parsing.c
193
.meoi_l2hlen = sizeof (struct ether_header),
usr/src/test/os-tests/tests/mac/mac_parsing.c
223
.meoi_l2hlen = sizeof (struct ether_header),
usr/src/test/os-tests/tests/mac/mac_parsing.c
268
VERIFY(tp->tp_sz == sizeof (struct ether_header));
usr/src/test/os-tests/tests/mac/mac_parsing.c
273
const size_t l3sz = tp->tp_sz - sizeof (struct ether_header);
usr/src/test/os-tests/tests/mac/mac_parsing.c
280
.meoi_l2hlen = sizeof (struct ether_header),
usr/src/test/os-tests/tests/mac/mac_parsing.c
310
.meoi_l2hlen = sizeof (struct ether_header),
usr/src/test/os-tests/tests/mac/mac_parsing.c
354
VERIFY(tp->tp_sz == sizeof (struct ether_header));
usr/src/test/os-tests/tests/mac/mac_parsing.c
359
const size_t l3sz = tp->tp_sz - sizeof (struct ether_header);
usr/src/test/os-tests/tests/mac/mac_parsing.c
366
.meoi_l2hlen = sizeof (struct ether_header),
usr/src/test/os-tests/tests/mac/mac_parsing.c
762
struct ether_header hdr_l2_plain = {
usr/src/uts/common/inet/ip/ip.c
7905
struct ether_header *pether;
usr/src/uts/common/inet/ip/ip.c
7911
pether = (struct ether_header *)((char *)mp->b_rptr
usr/src/uts/common/inet/ip/ip.c
7912
- sizeof (struct ether_header));
usr/src/uts/common/inet/ip/ip.c
7929
pether = (struct ether_header *)((char *)pether - 4);
usr/src/uts/common/inet/ip/ip.c
7934
pether = (struct ether_header *)((char *)pether - 4);
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
2292
struct ether_header *ethp;
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
2306
VERIFY3S(len, >=, sizeof (struct ether_header));
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
2308
ethp = (struct ether_header *)mp->b_rptr;
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
1758
typedef struct ether_header ether_header_t;
usr/src/uts/common/inet/udp/udp.c
409
if (MBLKL(mp) + szused < sizeof (struct ether_header))
usr/src/uts/common/io/aggr/aggr_grp.c
2655
if (MBLKL(mp) >= sizeof (struct ether_header)) {
usr/src/uts/common/io/aggr/aggr_grp.c
2656
struct ether_header *ehp;
usr/src/uts/common/io/aggr/aggr_grp.c
2658
ehp = (struct ether_header *)mp->b_rptr;
usr/src/uts/common/io/aggr/aggr_lacp.c
109
static void fill_lacp_ether(aggr_port_t *, struct ether_header *);
usr/src/uts/common/io/aggr/aggr_lacp.c
2227
dmp->b_rptr += sizeof (struct ether_header);
usr/src/uts/common/io/aggr/aggr_lacp.c
645
len = sizeof (lacp_t) + sizeof (struct ether_header);
usr/src/uts/common/io/aggr/aggr_lacp.c
653
fill_lacp_ether(portp, (struct ether_header *)mp->b_rptr);
usr/src/uts/common/io/aggr/aggr_lacp.c
655
(lacp_t *)(mp->b_rptr + sizeof (struct ether_header)));
usr/src/uts/common/io/aggr/aggr_lacp.c
671
fill_lacp_ether(aggr_port_t *port, struct ether_header *ether)
usr/src/uts/common/io/aggr/aggr_lacp.c
976
ASSERT(MBLKHEAD(mp) >= sizeof (struct ether_header));
usr/src/uts/common/io/aggr/aggr_lacp.c
977
mp->b_rptr -= sizeof (struct ether_header);
usr/src/uts/common/io/aggr/aggr_lacp.c
978
fill_lacp_ether(portp, (struct ether_header *)mp->b_rptr);
usr/src/uts/common/io/aggr/aggr_recv.c
119
ehp = (struct ether_header *)cmp->b_rptr;
usr/src/uts/common/io/aggr/aggr_recv.c
87
struct ether_header *ehp;
usr/src/uts/common/io/aggr/aggr_recv.c
94
if (MBLKL(cmp) < sizeof (struct ether_header)) {
usr/src/uts/common/io/atge/atge_l1.c
139
sizeof (struct ether_header) + VLAN_TAGSZ + ETHERFCSL;
usr/src/uts/common/io/atge/atge_l1.c
167
sizeof (struct ether_header) + VLAN_TAGSZ + ETHERFCSL;
usr/src/uts/common/io/atge/atge_l1c.c
167
sizeof (struct ether_header) + VLAN_TAGSZ + ETHERFCSL;
usr/src/uts/common/io/atge/atge_l1c.c
195
sizeof (struct ether_header) + VLAN_TAGSZ + ETHERFCSL;
usr/src/uts/common/io/atge/atge_l1e.c
150
sizeof (struct ether_header) + VLAN_TAGSZ + ETHERFCSL;
usr/src/uts/common/io/atge/atge_l1e.c
178
sizeof (struct ether_header) + VLAN_TAGSZ + ETHERFCSL;
usr/src/uts/common/io/atge/atge_main.c
2105
atgep->atge_max_frame_size += sizeof (struct ether_header) +
usr/src/uts/common/io/bfe/bfe.c
2772
bfe->bfe_tx_ring.r_buf_len = BFE_MTU + sizeof (struct ether_header) +
usr/src/uts/common/io/bfe/bfe.c
2781
bfe->bfe_rx_ring.r_buf_len = BFE_MTU + sizeof (struct ether_header) +
usr/src/uts/common/io/bge/bge_chip2.c
3017
sizeof (struct ether_header);
usr/src/uts/common/io/bge/bge_main2.c
4069
macp->m_max_sdu = cidp->ethmax_size - sizeof (struct ether_header);
usr/src/uts/common/io/bge/bge_send.c
267
buf += sizeof (struct ether_header);
usr/src/uts/common/io/bge/bge_send.c
524
ASSERT(txbuf->copy_len >= sizeof (struct ether_header));
usr/src/uts/common/io/bnx/bnxcfg.c
400
sizeof (struct ether_header) + VLAN_TAGSZ;
usr/src/uts/common/io/bnx/bnxgldv3.c
1156
+ sizeof (struct ether_header) + VLAN_TAGSZ;
usr/src/uts/common/io/bnxe/bnxe_rr.c
72
etype = ntohs(((struct ether_header *)pHdr)->ether_type);
usr/src/uts/common/io/bnxe/bnxe_rr.c
81
eHdrSize = sizeof(struct ether_header);
usr/src/uts/common/io/bnxe/bnxe_tx.c
671
if (msgSize < sizeof(struct ether_header))
usr/src/uts/common/io/bnxe/bnxe_tx.c
677
ASSERT(msgSize >= sizeof(struct ether_header));
usr/src/uts/common/io/bnxe/bnxe_tx.c
700
if (((struct ether_header *)pMblk->b_rptr)->ether_type ==
usr/src/uts/common/io/bnxe/bnxe_tx.c
710
if (((struct ether_header *)pL2Hdr)->ether_type == htons(ETHERTYPE_VLAN))
usr/src/uts/common/io/bnxe/bnxe_tx.c
719
l2HdrLen = sizeof(struct ether_header);
usr/src/uts/common/io/bpf/bpf.c
185
hlen = sizeof (struct ether_header);
usr/src/uts/common/io/bridge.c
163
sizeof (struct ether_header))
usr/src/uts/common/io/bridge.c
1735
if (MBLKL(mp) < sizeof (struct ether_header)) {
usr/src/uts/common/io/bridge.c
1736
mpcopy = msgpullup(mp, sizeof (struct ether_header));
usr/src/uts/common/io/bridge.c
1769
minlen = sizeof (struct ether_header);
usr/src/uts/common/io/bridge.c
1787
mp->b_rptr + sizeof (struct ether_header),
usr/src/uts/common/io/bridge.c
1799
if (mlen > sizeof (struct ether_header))
usr/src/uts/common/io/bridge.c
1800
ovbcopy(mp->b_rptr + sizeof (struct ether_header),
usr/src/uts/common/io/bridge.c
1802
mlen - sizeof (struct ether_header));
usr/src/uts/common/io/bridge.c
1842
mp->b_rptr += sizeof (struct ether_header);
usr/src/uts/common/io/chxge/ch.c
1682
struct ether_header *ehdr;
usr/src/uts/common/io/chxge/ch.c
1720
#define MAX_ALL_HDRLEN SZ_CPL_TX_PKT + sizeof (struct ether_header) + \
usr/src/uts/common/io/chxge/ch.c
1767
ehdr = (struct ether_header *)mp->b_rptr;
usr/src/uts/common/io/chxge/ch.c
1769
ihdr = (ipha_t *)&mp->b_rptr[sizeof (struct ether_header)];
usr/src/uts/common/io/chxge/sge.c
356
sizeof (struct ether_header) + CPL_FORMAT_0_SIZE);
usr/src/uts/common/io/chxge/sge.c
358
sizeof (struct ether_header) + CPL_FORMAT_0_SIZE);
usr/src/uts/common/io/chxge/sge.c
990
(ntohs(((struct ether_header *)skb->b_rptr)->ether_type) ==
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2674
if (meoi->meoi_l2hlen > sizeof (struct ether_header)) {
usr/src/uts/common/io/dld/dld_str.c
432
(MBLKL(mp) < sizeof (struct ether_header))) {
usr/src/uts/common/io/dld/dld_str.c
794
struct ether_header *ehp;
usr/src/uts/common/io/dld/dld_str.c
841
ehp = (struct ether_header *)mp->b_rptr;
usr/src/uts/common/io/dld/dld_str.c
851
mp->b_rptr += sizeof (struct ether_header);
usr/src/uts/common/io/dls/dls.c
493
sizeof (struct ether_header);
usr/src/uts/common/io/dls/dls.c
511
ASSERT(MBLKL(mp) == sizeof (struct ether_header));
usr/src/uts/common/io/e1000g/e1000g_tx.c
489
sizeof (struct ether_header);
usr/src/uts/common/io/elxl/elxl.c
1288
if (len < sizeof (struct ether_header)) {
usr/src/uts/common/io/fcoe/fcoe.h
186
struct ether_header *fmi_efh; /* 14 bytes eth header */
usr/src/uts/common/io/fcoe/fcoe.h
219
#define PADDING_HEADER_SIZE (sizeof (struct ether_header) + \
usr/src/uts/common/io/fcoe/fcoe_fc.c
327
(sizeof (struct ether_header) + (uint8_t *)fmi->fmi_efh);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
679
struct ether_header *eh;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
747
eh = (struct ether_header *)(void *)mp->b_rptr;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
758
ip_offset = sizeof (struct ether_header);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
4829
struct ether_header *ethhdr;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
4836
ethhdr = (struct ether_header *)((void *)bp);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
4843
mac_hdr_len = sizeof (struct ether_header);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5082
struct ether_header *ethhdr;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5097
ethhdr = (struct ether_header *)((void *)bp);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5108
mac_hdr_len = sizeof (struct ether_header);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5176
struct ether_header *ethhdr;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5184
ethhdr = (struct ether_header *)(void *)bp;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5192
mac_hdr_len = sizeof (struct ether_header);
usr/src/uts/common/io/gld.c
280
sizeof (struct ether_header),
usr/src/uts/common/io/gldutil.c
146
struct ether_header *mh;
usr/src/uts/common/io/gldutil.c
162
if (MBLKL(mp) < sizeof (struct ether_header))
usr/src/uts/common/io/gldutil.c
164
mh = (struct ether_header *)mp->b_rptr;
usr/src/uts/common/io/gldutil.c
168
pktinfo->macLen = sizeof (struct ether_header);
usr/src/uts/common/io/gldutil.c
178
if (pktinfo->pktLen < sizeof (struct ether_header))
usr/src/uts/common/io/gldutil.c
182
if (MBLKL(mp) < sizeof (struct ether_header)) {
usr/src/uts/common/io/gldutil.c
194
mh = (struct ether_header *)mp->b_rptr;
usr/src/uts/common/io/gldutil.c
263
pktinfo->macLen = sizeof (struct ether_header);
usr/src/uts/common/io/gldutil.c
278
(sizeof (struct ether_header) + typelen);
usr/src/uts/common/io/gldutil.c
297
if (MBLKL(mp) < sizeof (struct ether_header) + LLC_SNAP_HDR_LEN &&
usr/src/uts/common/io/gldutil.c
341
struct ether_header *mh;
usr/src/uts/common/io/gldutil.c
366
hdrlen = sizeof (struct ether_header);
usr/src/uts/common/io/gldutil.c
402
if (hdrlen > sizeof (struct ether_header)) {
usr/src/uts/common/io/gldutil.c
410
mh = (struct ether_header *)nmp->b_rptr;
usr/src/uts/common/io/gldutil.c
431
struct ether_header *ehp;
usr/src/uts/common/io/gldutil.c
453
ehp = (struct ether_header *)mp->b_rptr;
usr/src/uts/common/io/gldutil.c
459
mp->b_rptr += sizeof (struct ether_header);
usr/src/uts/common/io/gldutil.c
482
struct ether_header *mh;
usr/src/uts/common/io/gldutil.c
507
hdrlen = sizeof (struct ether_header);
usr/src/uts/common/io/gldutil.c
534
if (hdrlen > sizeof (struct ether_header)) {
usr/src/uts/common/io/gldutil.c
542
mh = (struct ether_header *)nmp->b_rptr;
usr/src/uts/common/io/gldutil.c
99
ASSERT(sizeof (struct ether_header) == 14);
usr/src/uts/common/io/hme/hme.c
2303
start_offset += sizeof (struct ether_header) + 4;
usr/src/uts/common/io/hme/hme.c
2304
stuff_offset += sizeof (struct ether_header) + 4;
usr/src/uts/common/io/hme/hme.c
2306
start_offset += sizeof (struct ether_header);
usr/src/uts/common/io/hme/hme.c
2307
stuff_offset += sizeof (struct ether_header);
usr/src/uts/common/io/hme/hme.c
2672
i |= ((sizeof (struct ether_header) / 2) << HMER_RX_CSSTART_SHIFT);
usr/src/uts/common/io/hme/hme.c
3464
uint_t end = len - sizeof (struct ether_header);
usr/src/uts/common/io/hxge/hxge_impl.h
182
typedef struct ether_header ether_header_t, *p_ether_header_t;
usr/src/uts/common/io/hxge/hxge_txdma.c
265
uint8_t hdrs_buf[sizeof (struct ether_header) + 64 + sizeof (uint32_t)];
usr/src/uts/common/io/hxge/hxge_txdma.c
307
if (*(hdrs_buf + sizeof (struct ether_header)) ==
usr/src/uts/common/io/hxge/hxge_txdma.c
310
sizeof (struct ether_header) + 6)));
usr/src/uts/common/io/hxge/hxge_txdma.c
329
eth_hdr_size = sizeof (struct ether_header);
usr/src/uts/common/io/ib/clients/eoib/eib_data.c
456
struct ether_header *hdr;
usr/src/uts/common/io/ib/clients/eoib/eib_data.c
462
hdr = (struct ether_header *)(void *)mp->b_rptr;
usr/src/uts/common/io/ib/clients/eoib/eib_data.c
791
eth_hdr_len = (evh->eh_tagless) ? (sizeof (struct ether_header)) :
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
294
hdrs_sz = EIB_ENCAP_HDR_SZ + sizeof (struct ether_header) + VLAN_TAGSZ;
usr/src/uts/common/io/igb/igb_tx.c
630
offset = offsetof(struct ether_header, ether_type);
usr/src/uts/common/io/igb/igb_tx.c
656
mac_hdr_len = sizeof (struct ether_header);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
2852
reg_val |= (ixgbe->default_mtu + sizeof (struct ether_header)
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
612
offset = offsetof(struct ether_header, ether_type);
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
638
mac_hdr_len = sizeof (struct ether_header);
usr/src/uts/common/io/llc1.c
1318
struct ether_header *hdr;
usr/src/uts/common/io/llc1.c
1353
hdr = (struct ether_header *)nmp->b_rptr;
usr/src/uts/common/io/llc1.c
1504
struct ether_header *hdr;
usr/src/uts/common/io/llc1.c
1508
hdr = (struct ether_header *)mp->b_rptr;
usr/src/uts/common/io/llc1.c
1511
sizeof (struct ether_header));
usr/src/uts/common/io/llc1.c
1514
(void) adjmsg(mp, i + sizeof (struct ether_header) -
usr/src/uts/common/io/llc1.c
2149
struct ether_header *hdr;
usr/src/uts/common/io/llc1.c
2154
hdr = (struct ether_header *)mp->b_rptr;
usr/src/uts/common/io/llc1.c
2170
mp->b_rptr += sizeof (struct ether_header) +
usr/src/uts/common/io/llc1.c
2173
mp->b_rptr += sizeof (struct ether_header);
usr/src/uts/common/io/llc1.c
2270
struct ether_header *hdr, *msgether;
usr/src/uts/common/io/llc1.c
2276
hdr = (struct ether_header *)mp->b_rptr;
usr/src/uts/common/io/llc1.c
2297
msgether = (struct ether_header *)nmp->b_rptr;
usr/src/uts/common/io/llc1.c
2298
nmp->b_wptr += sizeof (struct ether_header);
usr/src/uts/common/io/llc1.c
2365
struct ether_header *hdr;
usr/src/uts/common/io/llc1.c
2375
hdr = (struct ether_header *)mp->b_rptr;
usr/src/uts/common/io/llc1.c
2433
(sizeof (struct ether_header) + sizeof (struct llchdr))) {
usr/src/uts/common/io/llc1.c
2437
sizeof (struct ether_header) +
usr/src/uts/common/io/llc1.c
2461
struct ether_header *hdr;
usr/src/uts/common/io/llc1.c
2479
nmp = allocb(sizeof (struct ether_header) + sizeof (struct llchdr) +
usr/src/uts/common/io/llc1.c
2486
hdr = (struct ether_header *)nmp->b_rptr;
usr/src/uts/common/io/llc1.c
2493
sizeof (struct ether_header) + sizeof (struct llchdr);
usr/src/uts/common/io/llc1.c
2542
struct ether_header *hdr, *msgether;
usr/src/uts/common/io/llc1.c
2553
hdr = (struct ether_header *)mp->b_rptr;
usr/src/uts/common/io/llc1.c
2584
msgether = (struct ether_header *)nmp->b_rptr;
usr/src/uts/common/io/llc1.c
2615
struct ether_header *hdr;
usr/src/uts/common/io/llc1.c
2624
hdr = (struct ether_header *)mp->b_rptr;
usr/src/uts/common/io/llc1.c
2682
(sizeof (struct ether_header) + sizeof (struct llchdr))) {
usr/src/uts/common/io/llc1.c
2686
sizeof (struct ether_header) +
usr/src/uts/common/io/llc1.c
2710
struct ether_header *hdr;
usr/src/uts/common/io/llc1.c
2729
nmp = allocb(sizeof (struct ether_header) + sizeof (struct llchdr),
usr/src/uts/common/io/llc1.c
2736
hdr = (struct ether_header *)nmp->b_rptr;
usr/src/uts/common/io/llc1.c
2743
sizeof (struct ether_header) + sizeof (struct llchdr);
usr/src/uts/common/io/mac/mac_client.c
4167
struct ether_header *eth = (struct ether_header *)mp->b_rptr;
usr/src/uts/common/io/mac/mac_flow.c
1728
if (PKT_TOO_SMALL(s, l2->l2_start + sizeof (struct ether_header)))
usr/src/uts/common/io/mac/mac_flow.c
1742
l2->l2_hdrsize = sizeof (struct ether_header);
usr/src/uts/common/io/mac/mac_provider.c
1967
l2_off + offsetof(struct ether_header, ether_type), ðertype)) {
usr/src/uts/common/io/mac/mac_provider.c
1972
uint16_t hdrsize = sizeof (struct ether_header);
usr/src/uts/common/io/mac/mac_util.c
1247
struct ether_header *ehp;
usr/src/uts/common/io/mac/mac_util.c
1259
if (len < sizeof (struct ether_header)) {
usr/src/uts/common/io/mac/mac_util.c
1265
ehp = (struct ether_header *)mp->b_rptr;
usr/src/uts/common/io/mac/mac_util.c
1269
l2len = sizeof (struct ether_header);
usr/src/uts/common/io/mac/mac_util.c
1355
struct ether_header *ehp;
usr/src/uts/common/io/mac/mac_util.c
1372
ehp = (struct ether_header *)mp->b_rptr;
usr/src/uts/common/io/mac/mac_util.c
1379
mp->b_rptr += sizeof (struct ether_header);
usr/src/uts/common/io/mac/mac_util.c
1918
struct ether_header *ehp;
usr/src/uts/common/io/mac/mac_util.c
1935
ASSERT(MBLKL(mp) >= sizeof (struct ether_header));
usr/src/uts/common/io/mac/mac_util.c
1939
ehp = (struct ether_header *)mp->b_rptr;
usr/src/uts/common/io/mac/mac_util.c
1973
skip_len = sizeof (struct ether_header);
usr/src/uts/common/io/mac/plugins/mac_ether.c
432
struct ether_header *ehp;
usr/src/uts/common/io/mac/plugins/mac_ether.c
439
mp = allocb(sizeof (struct ether_header) + extra_len, BPRI_HI);
usr/src/uts/common/io/mac/plugins/mac_ether.c
455
mp->b_wptr += sizeof (struct ether_header);
usr/src/uts/common/io/mac/plugins/mac_ether.c
463
struct ether_header *ehp;
usr/src/uts/common/io/mac/plugins/mac_ether.c
466
if (MBLKL(mp) < sizeof (struct ether_header))
usr/src/uts/common/io/mac/plugins/mac_ether.c
472
hdr_info->mhi_hdrsize = sizeof (struct ether_header);
usr/src/uts/common/io/mac/plugins/mac_wifi.c
378
struct ether_header *ehp;
usr/src/uts/common/io/mac/plugins/mac_wifi.c
381
if (MBLKL(mp) < sizeof (struct ether_header))
usr/src/uts/common/io/mac/plugins/mac_wifi.c
395
mp->b_rptr += sizeof (struct ether_header);
usr/src/uts/common/io/mac/plugins/mac_wifi.c
409
struct ether_header eh;
usr/src/uts/common/io/mac/plugins/mac_wifi.c
429
ASSERT(mhi.mhi_hdrsize >= sizeof (struct ether_header));
usr/src/uts/common/io/mac/plugins/mac_wifi.c
430
mp->b_rptr += mhi.mhi_hdrsize - sizeof (struct ether_header);
usr/src/uts/common/io/mac/plugins/mac_wifi.c
431
bcopy(&eh, mp->b_rptr, sizeof (struct ether_header));
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
1770
struct ether_header *eh;
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
1791
eh = (struct ether_header *)(void *)mp->b_rptr;
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
2310
struct ether_header *eh;
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
2317
eh = (struct ether_header *)(void *)mp->b_rptr;
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
2922
myri10ge_tx_stat(struct myri10ge_tx_pkt_stats *s, struct ether_header *eh,
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
2974
(struct ether_header *)(void *)cp->va, 1, len);
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
3037
struct ether_header eh_copy;
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
3038
struct ether_header *eh;
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
3047
eh = (struct ether_header *)(void *)mp->b_rptr;
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
3625
(struct ether_header *)(void *)mp->b_rptr, 1, pkt_size);
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
4683
sizeof (struct ether_header) + MXGEFW_PAD + VLAN_TAGSZ;
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
5390
myri10ge_mtu = mtu + sizeof (struct ether_header) +
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
5939
(sizeof (struct ether_header) + MXGEFW_PAD + VLAN_TAGSZ);
usr/src/uts/common/io/myri10ge/drv/myri10ge_lro.c
134
struct ether_header *eh;
usr/src/uts/common/io/myri10ge/drv/myri10ge_lro.c
144
eh = (struct ether_header *)(void *)m_head->b_rptr;
usr/src/uts/common/io/net80211/net80211_ht.c
120
eh = (struct ether_header *)mp->b_rptr;
usr/src/uts/common/io/net80211/net80211_ht.c
131
mp->b_rptr + sizeof (struct ether_header), framelen);
usr/src/uts/common/io/net80211/net80211_ht.c
140
framelen += sizeof (struct ether_header);
usr/src/uts/common/io/net80211/net80211_ht.c
89
(sizeof (struct ether_header) + sizeof (struct ieee80211_llc))
usr/src/uts/common/io/net80211/net80211_ht.c
94
struct ether_header *eh;
usr/src/uts/common/io/ntxn/unm_nic_main.c
703
if (MBLKL(mp) < (sizeof (struct ether_header) + sizeof (ipha_t)))
usr/src/uts/common/io/ntxn/unm_nic_main.c
713
type = ((struct ether_header *)(uintptr_t)mp->b_rptr)->ether_type;
usr/src/uts/common/io/ntxn/unm_nic_main.c
722
pktinfo->mac_hlen = sizeof (struct ether_header);
usr/src/uts/common/io/ntxn/unm_nic_main.c
746
type = ((struct ether_header *)(uintptr_t)ptr)->ether_type;
usr/src/uts/common/io/ntxn/unm_nic_main.c
751
pktinfo->mac_hlen = sizeof (struct ether_header);
usr/src/uts/common/io/nxge/nxge_send.c
1275
ehlen = sizeof (struct ether_header);
usr/src/uts/common/io/nxge/nxge_txdma.c
465
uint8_t hdrs_buf[sizeof (struct ether_header) +
usr/src/uts/common/io/nxge/nxge_txdma.c
525
if (*(hdrs_buf + sizeof (struct ether_header))
usr/src/uts/common/io/nxge/nxge_txdma.c
528
sizeof (struct ether_header) + 6)));
usr/src/uts/common/io/nxge/nxge_txdma.c
547
eth_hdr_size = sizeof (struct ether_header);
usr/src/uts/common/io/ppp/sppp/sppp_dlpi.c
1101
if ((eh = allocb(sizeof (struct ether_header), BPRI_MED)) == NULL) {
usr/src/uts/common/io/ppp/sppp/sppp_dlpi.c
1122
eh->b_wptr += sizeof (struct ether_header);
usr/src/uts/common/io/ppp/sppp/sppp_dlpi.c
1123
bzero((caddr_t)eh->b_rptr, sizeof (struct ether_header));
usr/src/uts/common/io/ppp/sppp/sppp_dlpi.c
1124
((struct ether_header *)eh->b_rptr)->ether_type = htons((int16_t)type);
usr/src/uts/common/io/qede/qede_dbg.c
70
struct ether_header *eth_hdr =
usr/src/uts/common/io/qede/qede_dbg.c
71
(struct ether_header *)(void *)mp->b_rptr;
usr/src/uts/common/io/qede/qede_dbg.c
78
pktinfo->mac_hlen = sizeof (struct ether_header);
usr/src/uts/common/io/qede/qede_fp.c
1729
struct ether_header *ethhdr;
usr/src/uts/common/io/qede/qede_fp.c
1747
ethhdr = (struct ether_header *)((void *)bp);
usr/src/uts/common/io/qede/qede_fp.c
1755
mac_hdr_len = sizeof (struct ether_header);
usr/src/uts/common/io/qede/qede_fp.c
850
struct ether_header *eth_hdr =
usr/src/uts/common/io/qede/qede_fp.c
851
(struct ether_header *)(void *)mp->b_rptr;
usr/src/uts/common/io/qede/qede_fp.c
858
pktinfo->mac_hlen = sizeof (struct ether_header);
usr/src/uts/common/io/qede/qede_fp.c
910
struct ether_header *eth_hdr =
usr/src/uts/common/io/qede/qede_fp.c
911
(struct ether_header *)(void *)mp->b_rptr;
usr/src/uts/common/io/qede/qede_fp.c
932
pktinfo->mac_hlen = sizeof (struct ether_header);
usr/src/uts/common/io/qede/qede_fp.h
79
#define ETHER_HEADER_LEN sizeof (struct ether_header)
usr/src/uts/common/io/rge/rge_rxtx.c
463
struct ether_header *ethhdr;
usr/src/uts/common/io/rge/rge_rxtx.c
552
ASSERT(totlen >= sizeof (struct ether_header) +
usr/src/uts/common/io/rge/rge_rxtx.c
554
ethhdr = (struct ether_header *)(DMA_VPTR(ssbdp->pbuf));
usr/src/uts/common/io/rge/rge_rxtx.c
561
sizeof (struct ether_header));
usr/src/uts/common/io/rge/rge_rxtx.c
604
ASSERT(MBLKL(mp) >= sizeof (struct ether_header));
usr/src/uts/common/io/sfe/sfe_util.c
115
((dp)->mtu + sizeof (struct ether_header) + VTAG_SIZE + ETHERFCSL)
usr/src/uts/common/io/sfe/sfe_util.c
1369
#define PKT_MIN_SIZE (sizeof (struct ether_header) + 10 + VTAG_SIZE)
usr/src/uts/common/io/sfe/sfe_util.c
1370
#define EHLEN (sizeof (struct ether_header))
usr/src/uts/common/io/sfe/sfe_util.c
1809
int ethermax = dp->mtu + sizeof (struct ether_header);
usr/src/uts/common/io/sfe/sfe_util.c
1872
ethermax = dp->mtu + sizeof (struct ether_header);
usr/src/uts/common/io/sfe/sfe_util.c
302
offset += sizeof (struct ether_header);
usr/src/uts/common/io/sfe/sfe_util.c
92
#define GET_IPTYPEv4(p) (((uint8_t *)(p))[sizeof (struct ether_header) + 9])
usr/src/uts/common/io/sfe/sfe_util.c
93
#define GET_IPTYPEv6(p) (((uint8_t *)(p))[sizeof (struct ether_header) + 6])
usr/src/uts/common/io/sfxge/sfxge.h
304
struct ether_header *__srp_etherhp;
usr/src/uts/common/io/sfxge/sfxge.h
382
struct ether_header *srf_etherhp;
usr/src/uts/common/io/sfxge/sfxge.h
508
struct ether_header *stp_etherhp;
usr/src/uts/common/io/sfxge/sfxge.h
981
struct ether_header **, struct ip **, struct tcphdr **, size_t *, size_t *,
usr/src/uts/common/io/sfxge/sfxge_rx.c
1324
struct ether_header *etherhp;
usr/src/uts/common/io/sfxge/sfxge_rx.c
1338
sizeof (struct ether_header)) +
usr/src/uts/common/io/sfxge/sfxge_rx.c
1364
struct ether_header *etherhp = srpp->srp_etherhp;
usr/src/uts/common/io/sfxge/sfxge_rx.c
1510
struct ether_header *etherhp;
usr/src/uts/common/io/sfxge/sfxge_rx.c
1775
sizeof (struct ether_header);
usr/src/uts/common/io/sfxge/sfxge_rx.c
1783
struct ether_header *etherhp;
usr/src/uts/common/io/sfxge/sfxge_rx.c
1786
etherhp = (struct ether_header *)(mp->b_rptr);
usr/src/uts/common/io/sfxge/sfxge_rx.c
2623
hdrlen = sp->s_rx_prefix_size + sizeof (struct ether_header);
usr/src/uts/common/io/sfxge/sfxge_rx.c
2650
hdrlen = sp->s_rx_prefix_size + sizeof (struct ether_header);
usr/src/uts/common/io/sfxge/sfxge_tcp.c
65
sfxge_pkthdr_parse(mblk_t *mp, struct ether_header **etherhpp,
usr/src/uts/common/io/sfxge/sfxge_tcp.c
70
struct ether_header *etherhp;
usr/src/uts/common/io/sfxge/sfxge_tcp.c
93
etherhs = sizeof (struct ether_header);
usr/src/uts/common/io/sfxge/sfxge_tcp.c
98
etherhp = (struct ether_header *)(mp->b_rptr);
usr/src/uts/common/io/sfxge/sfxge_tx.c
1569
struct ether_header *etherhp = stpp->stp_etherhp;
usr/src/uts/common/io/sfxge/sfxge_tx.c
1603
sizeof (struct ether_header);
usr/src/uts/common/io/sfxge/sfxge_tx.c
1762
sizeof (struct ether_header)) +
usr/src/uts/common/io/sfxge/sfxge_tx.c
2748
struct ether_header *etherhp;
usr/src/uts/common/io/trill.c
154
struct ether_header *inner_ethhdr;
usr/src/uts/common/io/trill.c
157
inner_ethhdr = (struct ether_header *)mp->b_rptr;
usr/src/uts/common/io/trill.c
158
DTRACE_PROBE1(trill__recv__local, struct ether_header *, inner_ethhdr);
usr/src/uts/common/io/trill.c
202
struct ether_header *ethhdr;
usr/src/uts/common/io/trill.c
229
ethhdr = (struct ether_header *)fwd_mp->b_rptr;
usr/src/uts/common/io/trill.c
234
ethhdrlen = sizeof (struct ether_header) +
usr/src/uts/common/io/trill.c
384
struct ether_header *ethhdr;
usr/src/uts/common/io/trill.c
429
sizeof (struct ether_header);
usr/src/uts/common/io/trill.c
444
ethhdr = (struct ether_header *)(mp->b_rptr + trillhdrlen);
usr/src/uts/common/io/trill.c
453
ethhdr = (struct ether_header *)(mp->b_rptr +
usr/src/uts/common/io/usbgem/usbgem.c
102
#define ETHERHEADERL (sizeof (struct ether_header))
usr/src/uts/common/io/vioif/vioif.c
1246
struct ether_header *ether = (void *)mp->b_rptr;
usr/src/uts/common/io/vioif/vioif.c
1312
eth_hsize = sizeof (struct ether_header);
usr/src/uts/common/io/vioif/vioif.h
315
sizeof (struct ether_header) + \
usr/src/uts/common/sys/fibre-channel/fca/qlge/qlge_hw.h
941
#define ETHER_HEADER_LEN sizeof (struct ether_header) /* 14 */
usr/src/uts/common/sys/mac_client_impl.h
354
if (ntohs(((struct ether_header *)(mp)->b_rptr)->ether_type) == \
usr/src/uts/common/sys/nxge/nxge_impl.h
533
typedef struct ether_header ether_header_t, *p_ether_header_t;
usr/src/uts/common/sys/nxge/nxge_mac.h
45
#define NXGE_EHEADER_VLAN_CRC (sizeof (struct ether_header) + ETHERFCSL + 4)
usr/src/uts/common/xen/io/xnb.c
260
struct ether_header *ehp;
usr/src/uts/common/xen/io/xnb.c
285
ASSERT(MBLKL(mp) >= sizeof (struct ether_header));
usr/src/uts/common/xen/io/xnb.c
286
ehp = (struct ether_header *)mp->b_rptr;
usr/src/uts/common/xen/io/xnb.c
297
offset = sizeof (struct ether_header);
usr/src/uts/common/xen/io/xnbu.c
425
mr->m_margin = PAGESIZE - XNBMAXPKT - sizeof (struct ether_header);
usr/src/uts/common/xen/io/xnf.c
1553
struct ether_header *ehp;
usr/src/uts/common/xen/io/xnf.c
1567
ehp = (struct ether_header *)ptr;
usr/src/uts/common/xen/io/xnf.c
1964
sizeof (struct ether_header) > PAGESIZE) {
usr/src/uts/intel/io/viona/viona_rx.c
539
if (size > sizeof (struct ether_header) + link->l_mtu) {
usr/src/uts/intel/io/viona/viona_tx.c
751
pkt_len < sizeof (struct ether_header)) {
usr/src/uts/intel/io/vmxnet3s/vmxnet3_tx.c
94
ethLen = sizeof (struct ether_header);
usr/src/uts/sun/io/eri/eri.c
248
#define ETHERHEADER_SIZE (sizeof (struct ether_header))
usr/src/uts/sun4v/io/vnet.c
797
struct ether_header *ehp;
usr/src/uts/sun4v/io/vnet.c
824
ehp = (struct ether_header *)mp->b_rptr;
usr/src/uts/sun4v/io/vnet_common.c
117
mp->b_rptr += sizeof (struct ether_header);
usr/src/uts/sun4v/io/vnet_common.c
150
nmp = allocb(sizeof (struct ether_header), BPRI_MED);
usr/src/uts/sun4v/io/vnet_common.c
170
nmp->b_wptr += sizeof (struct ether_header);
usr/src/uts/sun4v/io/vnet_gen.c
1365
sizeof (struct ether_header) + VLAN_TAGSZ;
usr/src/uts/sun4v/io/vnet_gen.c
1571
vgen_frame_lookup_vid(vnet_t *vnetp, struct ether_header *ehp, uint16_t *vidp)
usr/src/uts/sun4v/io/vnet_gen.c
195
static boolean_t vgen_frame_lookup_vid(vnet_t *vnetp, struct ether_header *ehp,
usr/src/uts/sun4v/io/vnet_gen.c
2072
sizeof (struct ether_header) + VLAN_TAGSZ;
usr/src/uts/sun4v/io/vnet_gen.c
789
struct ether_header *ehp;
usr/src/uts/sun4v/io/vnet_gen.c
808
ehp = (struct ether_header *)mp->b_rptr;
usr/src/uts/sun4v/io/vnet_gen.c
859
struct ether_header *ehp;
usr/src/uts/sun4v/io/vnet_gen.c
869
ehp = (struct ether_header *)mp->b_rptr;
usr/src/uts/sun4v/io/vnet_rxdring.c
1054
struct ether_header *ehp;
usr/src/uts/sun4v/io/vnet_rxdring.c
1150
ehp = (struct ether_header *)mp->b_rptr;
usr/src/uts/sun4v/io/vnet_rxdring.c
581
struct ether_header *ehp;
usr/src/uts/sun4v/io/vnet_rxdring.c
619
ehp = (struct ether_header *)mp->b_rptr;
usr/src/uts/sun4v/io/vnet_txdring.c
1197
ehp = (struct ether_header *)mp->b_rptr;
usr/src/uts/sun4v/io/vnet_txdring.c
597
struct ether_header *ehp;
usr/src/uts/sun4v/io/vnet_txdring.c
633
ehp = (struct ether_header *)mp->b_rptr;
usr/src/uts/sun4v/io/vnet_txdring.c
982
struct ether_header *ehp;
usr/src/uts/sun4v/io/vsw.c
1782
vswp->max_frame_size = vswp->mtu + sizeof (struct ether_header) +
usr/src/uts/sun4v/io/vsw.c
2036
sizeof (struct ether_header) + VLAN_TAGSZ;
usr/src/uts/sun4v/io/vsw_ldc.c
162
static int vsw_get_same_dest_list(struct ether_header *ehp,
usr/src/uts/sun4v/io/vsw_ldc.c
188
struct ether_header *ehp, uint16_t *vidp);
usr/src/uts/sun4v/io/vsw_ldc.c
3788
struct ether_header *ehp;
usr/src/uts/sun4v/io/vsw_ldc.c
3800
ehp = (struct ether_header *)smp->b_rptr;
usr/src/uts/sun4v/io/vsw_phys.c
1203
struct ether_header *ehp;
usr/src/uts/sun4v/io/vsw_phys.c
1214
ehp = (struct ether_header *)mp->b_rptr;
usr/src/uts/sun4v/io/vsw_phys.c
1220
arh = (struct arphdr *)(mp->b_rptr + sizeof (struct ether_header));
usr/src/uts/sun4v/io/vsw_rxdring.c
720
struct ether_header *ehp;
usr/src/uts/sun4v/io/vsw_rxdring.c
811
ehp = (struct ether_header *)mp->b_rptr;
usr/src/uts/sun4v/io/vsw_rxdring.c
859
struct ether_header *ehp;
usr/src/uts/sun4v/io/vsw_rxdring.c
913
ehp = (struct ether_header *)mp->b_rptr;
usr/src/uts/sun4v/io/vsw_switching.c
102
boolean_t vsw_frame_lookup_vid(void *arg, int caller, struct ether_header *ehp,
usr/src/uts/sun4v/io/vsw_switching.c
121
static mblk_t *vsw_get_same_dest_list(struct ether_header *ehp, mblk_t **mpp);
usr/src/uts/sun4v/io/vsw_switching.c
1245
struct ether_header *ehp;
usr/src/uts/sun4v/io/vsw_switching.c
1273
ehp = (struct ether_header *)bp->b_rptr;
usr/src/uts/sun4v/io/vsw_switching.c
1330
struct ether_header *ehp;
usr/src/uts/sun4v/io/vsw_switching.c
1385
ehp = (struct ether_header *)bp->b_rptr;
usr/src/uts/sun4v/io/vsw_switching.c
1476
vsw_frame_lookup_vid(void *arg, int caller, struct ether_header *ehp,
usr/src/uts/sun4v/io/vsw_switching.c
1892
vsw_get_same_dest_list(struct ether_header *ehp, mblk_t **mpp)
usr/src/uts/sun4v/io/vsw_switching.c
1899
struct ether_header *behp;
usr/src/uts/sun4v/io/vsw_switching.c
1905
behp = (struct ether_header *)bp->b_rptr;
usr/src/uts/sun4v/io/vsw_switching.c
459
struct ether_header *ehp;
usr/src/uts/sun4v/io/vsw_switching.c
474
ehp = (struct ether_header *)bp->b_rptr;
usr/src/uts/sun4v/io/vsw_switching.c
604
struct ether_header *ehp;
usr/src/uts/sun4v/io/vsw_switching.c
624
ehp = (struct ether_header *)bp->b_rptr;
usr/src/uts/sun4v/io/vsw_switching.c
790
struct ether_header *ehp = (struct ether_header *)mp->b_rptr;
usr/src/uts/sun4v/io/vsw_txdring.c
1041
struct ether_header *ehp;
usr/src/uts/sun4v/io/vsw_txdring.c
1246
ehp = (struct ether_header *)mp->b_rptr;
usr/src/uts/sun4v/io/vsw_txdring.c
796
struct ether_header *ehp = (struct ether_header *)mp->b_rptr;