Searched refs:ETHERMTU (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dether.h37 #define ETHERMTU 1500 macro
H A Dprint-symantec.c58 if (etype <= ETHERMTU)
65 if (etype <= ETHERMTU)
103 if (ether_type <= ETHERMTU) {
H A Dprint-sll.c71 if (ether_type <= ETHERMTU) {
152 if (ether_type <= ETHERMTU) {
210 if (ether_type <= ETHERMTU)
H A Dprint-ether.c106 if (ether_type <= ETHERMTU)
113 if (ether_type <= ETHERMTU)
161 if (ether_type <= ETHERMTU) {
197 if (ndo->ndo_eflag && ether_type > ETHERMTU)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Dpppoe.h85 #define ETH_DATA_LEN ETHERMTU
96 #define ETH_DATA_LEN ETHERMTU
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/sys/ultrix/
H A Dat_ultrix.c73 if ( eh->ether_type <= ETHERMTU ) { /* ieee802 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/sys/sunos/
H A Dat_sun.c226 if ( header->ether_type <= ETHERMTU ) { /* IEEE802 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/sys/solaris/
H A Ddlpi.c271 * OS, Sparcs must be bound as ETHERMTU (or at least not 0)
277 dl_bind_req( WR( q ), ETHERMTU ); local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dgencode.c108 #define ETHERMTU 1500 macro
1727 * "proto" is an Ethernet type value, if > ETHERMTU, or an LLC SAP
1728 * value, if <= ETHERMTU. We use that to determine whether to
1730 * a value <= ETHERMTU to see whether it's a type field and then do
1753 * DSAP, as we do for other types <= ETHERMTU
1756 b0 = gen_cmp_gt(OR_LINK, off_linktype, BPF_H, ETHERMTU);
1772 * a length field, <= ETHERMTU, rather than
1811 b0 = gen_cmp_gt(OR_LINK, off_linktype, BPF_H, ETHERMTU);
1844 b0 = gen_cmp_gt(OR_LINK, off_linktype, BPF_H, ETHERMTU);
1875 if (proto <= ETHERMTU) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dbmac.c52 #define ETHERMTU 1500 macro
53 #define RX_BUFLEN (ETHERMTU + 14 + ETHERCRC + 2)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dbcrelay.c150 char data[ETHERMTU];

Completed in 104 milliseconds