Searched refs:ether_type (Results 51 - 75 of 89) sorted by relevance

1234

/freebsd-9.3-release/sys/dev/wl/
H A Dif_wl.c1793 outw(PIOP1(base), eh_p->ether_type);
1799 printf("ether type %x\n", eh_p->ether_type);
2547 if ( wl_cache_iponly && (ntohs(eh->ether_type) != 0x800)) {
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_mesh.c960 !(llc->llc_snap.ether_type == htons(ETHERTYPE_AARP) ||
961 llc->llc_snap.ether_type == htons(ETHERTYPE_IPX))) {
1008 eh->ether_type = htons(m->m_pkthdr.len - sizeof(*eh));
/freebsd-9.3-release/sys/net/
H A Dieee8023ad_lacp.c363 du->ldu_eh.ether_type = htons(ETHERTYPE_SLOW);
417 mdu->mdu_eh.ether_type = htons(ETHERTYPE_SLOW);
H A Dif_lagg.c1524 etype = ntohs(eh->ether_type);
1922 etype = ntohs(eh->ether_type);
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-dos.c831 etype = ep->ether_type;
/freebsd-9.3-release/sys/netgraph/netflow/
H A Dng_netflow.c689 etype = ntohs(eh->ether_type);
/freebsd-9.3-release/sys/dev/xen/netback/
H A Dnetback_unit_tests.c2097 eh->ether_type = htons(ETHERTYPE_ARP);
2163 eh->ether_type = htons(ETHERTYPE_IP);
/freebsd-9.3-release/tools/tools/net80211/wesside/wesside/
H A Dwesside.c775 h->llc_un.type_snap.ether_type = htons(type);
2266 do_llc(ptr, ntohs(eh->ether_type));
/freebsd-9.3-release/sys/dev/bm/
H A Dif_bm.c552 mtod(m, struct ether_header *)->ether_type = htons(3);
/freebsd-9.3-release/sys/dev/sfxge/
H A Dsfxge_tx.c796 tso->protocol = eh->ether_type;
/freebsd-9.3-release/sys/mips/adm5120/
H A Dif_admsw.c708 if (ntohs(eh->ether_type) == ETHERTYPE_IP &&
/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Den_tx.c646 if (be16_to_cpu(eth->ether_type) != ETHERTYPE_IP)
/freebsd-9.3-release/sys/dev/cxgb/
H A Dcxgb_sge.c1489 eth_type = eh->ether_type;
2649 if (eh->ether_type == htons(ETHERTYPE_VLAN)) {
2654 eh_type = eh->ether_type;
/freebsd-9.3-release/sys/dev/re/
H A Dif_re.c812 eh->ether_type = htons(ETHERTYPE_IP);
880 ntohs(eh->ether_type) != ETHERTYPE_IP) {
886 ntohs(eh->ether_type));
/freebsd-9.3-release/sys/dev/mxge/
H A Dif_mxge.c2572 etype = ntohs(eh->ether_type);
2700 if (eh->ether_type == htons(ETHERTYPE_VLAN)) {
2769 if (eh->ether_type == htons(ETHERTYPE_VLAN)) {
/freebsd-9.3-release/sys/dev/hme/
H A Dif_hme.c1227 if (eh->ether_type != htons(ETHERTYPE_IP))
/freebsd-9.3-release/sys/dev/sge/
H A Dif_sge.c1426 if (eh->ether_type == htons(ETHERTYPE_VLAN)) {
/freebsd-9.3-release/sys/dev/usb/net/
H A Dif_usie.c870 switch (be16toh(rxd->ethhdr.ether_type)) {
/freebsd-9.3-release/tools/tools/netmap/
H A Dpkt-gen.c642 eh->ether_type = htons(ETHERTYPE_IP);
/freebsd-9.3-release/contrib/ofed/management/opensm/include/iba/
H A Dib_types.h9752 ib_net16_t ether_type;
9839 * dgrm.raw_ether.ether_type
10219 ib_net16_t ether_type;
10320 * recv.raw_ether.ether_type
/freebsd-9.3-release/sys/dev/an/
H A Dif_an.c1009 (caddr_t)&(eh->ether_type),
3101 if ((ntohs(eh->ether_type) == ETHERTYPE_IP)) {
/freebsd-9.3-release/sys/dev/fxp/
H A Dif_fxp.c1467 if (eh->ether_type == htons(ETHERTYPE_VLAN)) {
1813 if (eh->ether_type != htons(ETHERTYPE_IP))
/freebsd-9.3-release/sys/dev/virtio/network/
H A Dif_vtnet.c1589 eth_type = ntohs(eh->ether_type);
1695 if (eh->ether_type == htons(ETHERTYPE_VLAN)) {
/freebsd-9.3-release/sys/dev/cas/
H A Dif_cas.c560 if (eh->ether_type != htons(ETHERTYPE_IP))
/freebsd-9.3-release/sys/dev/gem/
H A Dif_gem.c498 if (eh->ether_type != htons(ETHERTYPE_IP))

Completed in 263 milliseconds

1234