Home
last modified time | relevance | path

Searched refs:ethhdr_type (Results 1 – 5 of 5) sorted by relevance

/dports/net-mgmt/etherape/etherape-0.9.20/src/stats/
H A Ddecode_proto.c130 static void get_eth_802_3(decode_proto_t *dp, ethhdrtype_t ethhdr_type);
397 ethhdrtype_t ethhdr_type = ETHERNET_II; /* Default */ in get_eth_type() local
436 ethhdr_type = ETHERNET_802_3; in get_eth_type()
438 ethhdr_type = ETHERNET_802_2; in get_eth_type()
463 if (ethhdr_type == ETHERNET_802_3) { in get_eth_type()
468 if (ethhdr_type == ETHERNET_802_2) { in get_eth_type()
470 get_eth_802_3(dp, ethhdr_type); in get_eth_type()
479 static void get_eth_802_3(decode_proto_t *dp, ethhdrtype_t ethhdr_type) in get_eth_802_3() argument
481 switch (ethhdr_type) in get_eth_802_3()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-eth.c224 int ethhdr_type; /* the type of ethernet frame */
275 ethhdr_type = ETHERNET_802_3;
278 ethhdr_type = ETHERNET_802_2;
290 ethhdr_type = ETHERNET_II;
294 switch (ethhdr_type) {
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-eth.c224 int ethhdr_type; /* the type of ethernet frame */ in capture_eth() local
275 ethhdr_type = ETHERNET_802_3; in capture_eth()
278 ethhdr_type = ETHERNET_802_2; in capture_eth()
290 ethhdr_type = ETHERNET_II; in capture_eth()
294 switch (ethhdr_type) { in capture_eth()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-eth.c224 int ethhdr_type; /* the type of ethernet frame */ in capture_eth() local
275 ethhdr_type = ETHERNET_802_3; in capture_eth()
278 ethhdr_type = ETHERNET_802_2; in capture_eth()
290 ethhdr_type = ETHERNET_II; in capture_eth()
294 switch (ethhdr_type) { in capture_eth()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-eth.c224 int ethhdr_type; /* the type of ethernet frame */ in capture_eth() local
275 ethhdr_type = ETHERNET_802_3; in capture_eth()
278 ethhdr_type = ETHERNET_802_2; in capture_eth()
290 ethhdr_type = ETHERNET_II; in capture_eth()
294 switch (ethhdr_type) { in capture_eth()