Searched refs:ether_header (Results 76 - 100 of 100) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe.c2781 bfe->bfe_tx_ring.r_buf_len = BFE_MTU + sizeof (struct ether_header) +
2790 bfe->bfe_rx_ring.r_buf_len = BFE_MTU + sizeof (struct ether_header) +
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.c1371 struct ether_header *ehp;
1379 ehp = (struct ether_header *)buf;
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet.c796 struct ether_header *ehp;
823 ehp = (struct ether_header *)mp->b_rptr;
H A Dvsw.c1782 vswp->max_frame_size = vswp->mtu + sizeof (struct ether_header) +
2036 sizeof (struct ether_header) + VLAN_TAGSZ;
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c184 hlen = sizeof (struct ether_header);
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_tx.c503 sizeof (struct ether_header);
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_vnic.c294 hdrs_sz = EIB_ENCAP_HDR_SZ + sizeof (struct ether_header) + VLAN_TAGSZ;
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_send.c1297 ehlen = sizeof (struct ether_header);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge_hw.h941 #define ETHER_HEADER_LEN sizeof (struct ether_header) /* 14 */
/illumos-gate/usr/src/uts/common/io/elxl/
H A Delxl.c1288 if (len < sizeof (struct ether_header)) {
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c2611 if (((struct ether_header *)p)->ether_type ==
2616 p += sizeof (struct ether_header);
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c3980 struct ether_header *eth = (struct ether_header *)mp->b_rptr;
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c4849 struct ether_header *ehp;
4898 ehp = (struct ether_header *)mp->b_rptr;
5163 sizeof (struct ether_header);
11426 idn_valid_etherheader(struct ether_header *ehp)
11697 !idn_valid_etherheader((struct ether_header *)mp->b_rptr)) {
H A Didn.c1077 if ((IDN_MTU + sizeof (struct ether_header)) > IDN_DATA_SIZE) {
1079 "IDN: (IDN_MTU(%d) + ether_header(%d)) "
1081 IDN_MTU, sizeof (struct ether_header),
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1751 typedef struct ether_header ether_header_t;
/illumos-gate/usr/src/uts/common/io/atge/
H A Datge_main.c2105 atgep->atge_max_frame_size += sizeof (struct ether_header) +
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Didn.h133 * Req: IDN_MTU <= IDN_DATA_SIZE - sizeof (ether_header)
242 #define IDN_MTU (IDN_DATA_SIZE - sizeof (struct ether_header))
469 * layers. Is equal to IDN_MTU + ether_header. Note
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman.c2301 struct ether_header *headerp;
2356 headerp = (struct ether_header *)nmp->b_rptr;
/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.c112 #define ETHERHEADERL (sizeof (struct ether_header))
373 offset += sizeof (struct ether_header);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c7853 struct ether_header *pether;
7859 pether = (struct ether_header *)((char *)mp->b_rptr
7860 - sizeof (struct ether_header));
7877 pether = (struct ether_header *)((char *)pether - 4);
7882 pether = (struct ether_header *)((char *)pether - 4);
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.c248 #define ETHERHEADER_SIZE (sizeof (struct ether_header))
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c2514 reg_val |= (ixgbe->default_mtu + sizeof (struct ether_header)
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_main2.c4090 macp->m_max_sdu = cidp->ethmax_size - sizeof (struct ether_header);
H A Dbge_chip2.c3068 sizeof (struct ether_header);
/illumos-gate/usr/src/uts/common/io/
H A Dgld.c281 sizeof (struct ether_header),

Completed in 2448 milliseconds

1234