Symbol: ethertype
sys/dev/pci/if_bnxtreg.h
26286
uint16_t ethertype;
sys/dev/pci/if_bnxtreg.h
26538
uint16_t ethertype;
sys/dev/pci/if_bnxtreg.h
47137
uint16_t ethertype;
sys/dev/pci/if_bnxtreg.h
47813
uint16_t ethertype;
sys/dev/pci/if_bnxtreg.h
49193
uint16_t ethertype;
sys/dev/pci/if_bnxtreg.h
49505
uint16_t ethertype;
sys/dev/pci/if_bnxtreg.h
49929
uint16_t ethertype;
sys/dev/pci/if_bnxtreg.h
53511
uint16_t ethertype;
sys/dev/pci/if_ice.c
23230
uint16_t ethertype, uint16_t direction, enum ice_sw_fwd_act_type action)
sys/dev/pci/if_ice.c
23245
entry->fltr_info.l_data.ethertype_mac.ethertype = ethertype;
sys/dev/pci/if_ice.c
8258
*off = htobe16(f_info->l_data.ethertype_mac.ethertype);
sys/dev/pci/if_icevar.h
2284
struct ice_ethtype_hdr ethertype;
sys/dev/pci/if_icevar.h
2649
uint16_t ethertype;
sys/dev/pci/if_mcx.c
2420
int ethertype;
sys/dev/pci/if_mcx.c
5982
int ethertype, int ip_proto, uint32_t dest)
sys/dev/pci/if_mcx.c
6025
mbin->cmd_flow_ctx.fc_match_value.mc_ethertype = htobe16(ethertype);
sys/dev/pci/if_mcx.c
7448
flow_index, rss->ethertype, rss->ip_proto,
usr.sbin/tcpdump/print-atm.c
140
ethertype);
usr.sbin/tcpdump/print-atm.c
55
u_short ethertype;
usr.sbin/tcpdump/print-atm.c
80
ethertype = p[6] << 8 | p[7];
usr.sbin/tcpdump/print-atm.c
85
ethertype);
usr.sbin/tcpdump/print-atm.c
99
switch (ethertype) {
usr.sbin/tcpdump/print-ether.c
218
ether_encap_print(u_short ethertype, const u_char *p,
usr.sbin/tcpdump/print-ether.c
223
extracted_ethertype = ethertype;
usr.sbin/tcpdump/print-ether.c
225
switch (ethertype) {
usr.sbin/tcpdump/print-ether.c
257
if (ethertype == ETHERTYPE_QINQ)
usr.sbin/tcpdump/print-ether.c
270
ethertype = ntohs(*(unsigned short*)(p+2));
usr.sbin/tcpdump/print-ether.c
274
if (ethertype > ETHERMTU)
usr.sbin/tcpdump/print-ether.c
311
pppoe_if_print(ethertype, p, length, caplen);
usr.sbin/tcpdump/print-llc.c
102
if (llc.ethertype[0] == 0x20 && llc.ethertype[1] == 0x00) {
usr.sbin/tcpdump/print-llc.c
107
if (llc.ethertype[0] == 0x01 && llc.ethertype[1] == 0x0b) {
usr.sbin/tcpdump/print-llc.c
120
et = EXTRACT_16BITS(&llc.ethertype[0]);
usr.sbin/tcpdump/print-ppp.c
1256
pppoe_if_print(u_short ethertype, const u_char *p, u_int length, u_int l)
usr.sbin/tcpdump/print-ppp.c
1260
if (ethertype == ETHERTYPE_PPPOEDISC)
usr.sbin/tcpdump/print-ppp.c
1311
if (ethertype == ETHERTYPE_PPPOEDISC) {
usr.sbin/tcpdump/print-ppp.c
1387
} else if (ethertype == ETHERTYPE_PPPOE) {