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

123

/freebsd-10.3-release/contrib/tcpdump/
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.c108 if (ether_type <= ETHERMTU)
115 if (ether_type <= ETHERMTU)
163 if (ether_type <= ETHERMTU) {
199 if (ndo->ndo_eflag && ether_type > ETHERMTU)
/freebsd-10.3-release/sys/dev/snc/
H A Ddp83932var.h88 #define RBASIZE(sc) (sizeof(struct ether_header) + ETHERMTU + FCSSIZE + \
H A Ddp83932.c1065 len > ETHERMTU + sizeof(struct ether_header)) {
/freebsd-10.3-release/sys/mips/cavium/octe/
H A Dethernet-common.c313 ifp->if_mtu = ETHERMTU;
/freebsd-10.3-release/sys/dev/gxemul/ether/
H A Dif_gx.c174 ifp->if_mtu = ETHERMTU;
/freebsd-10.3-release/sys/net/
H A Dethernet.h344 #define ETHERMTU (ETHER_MAX_LEN-ETHER_HDR_LEN-ETHER_CRC_LEN) macro
H A Dif_ethersubr.c827 if (ether_type > ETHERMTU)
903 ifp->if_mtu = ETHERMTU;
1115 if (ifr->ifr_mtu > ETHERMTU) {
H A Dif_ef.c315 if (ether_type < ETHERMTU) {
H A Dif_tap.c449 ifp->if_mtu = ETHERMTU;
/freebsd-10.3-release/sys/mips/cavium/
H A Dif_octm.c223 ifp->if_mtu = ETHERMTU;
/freebsd-10.3-release/sys/dev/netmap/
H A Dnetmap_freebsd.c430 ifp->if_mtu = ETHERMTU;
/freebsd-10.3-release/sys/powerpc/pseries/
H A Dphyp_llan.c213 sc->ifp->if_mtu = ETHERMTU; /* XXX max-frame-size from OF? */
/freebsd-10.3-release/sys/dev/le/
H A Dam7990.c537 if (len > ETHERMTU + ETHER_HDR_LEN)
H A Dam79900.c575 if (len > ETHERMTU + ETHER_HDR_LEN)
/freebsd-10.3-release/contrib/libpcap/
H A Dgencode.c110 #define ETHERMTU 1500 macro
1729 * "proto" is an Ethernet type value, if > ETHERMTU, or an LLC SAP
1730 * value, if <= ETHERMTU. We use that to determine whether to
1732 * a value <= ETHERMTU to see whether it's a type field and then do
1755 * DSAP, as we do for other types <= ETHERMTU
1758 b0 = gen_cmp_gt(OR_LINK, off_linktype, BPF_H, ETHERMTU);
1774 * a length field, <= ETHERMTU, rather than
1813 b0 = gen_cmp_gt(OR_LINK, off_linktype, BPF_H, ETHERMTU);
1846 b0 = gen_cmp_gt(OR_LINK, off_linktype, BPF_H, ETHERMTU);
1877 if (proto <= ETHERMTU) {
[all...]
/freebsd-10.3-release/sys/dev/msk/
H A Dif_msk.c1074 if (ifr->ifr_mtu > ETHERMTU) {
1163 if (ifp->if_mtu > ETHERMTU &&
3779 if (ifp->if_mtu > ETHERMTU) {
3828 if (ifp->if_mtu < ETHERMTU)
3829 sc_if->msk_framesize = ETHERMTU;
3833 if (ifp->if_mtu > ETHERMTU &&
3878 if (ifp->if_mtu > ETHERMTU)
/freebsd-10.3-release/sys/dev/e1000/
H A Dif_em.c685 ETHERMTU + ETHER_HDR_LEN + ETHERNET_FCS_SIZE;
3162 if (ifp->if_mtu > ETHERMTU) {
3179 if (ifp->if_mtu > ETHERMTU)
3186 if (ifp->if_mtu > ETHERMTU) {
4618 if (ifp->if_mtu > ETHERMTU)
4751 (ifp->if_mtu > ETHERMTU)) {
4767 if (ifp->if_mtu > ETHERMTU)
/freebsd-10.3-release/sys/dev/ixgb/
H A Dif_ixgb.c299 ETHERMTU + ETHER_HDR_LEN + ETHER_CRC_LEN;
719 if (ifp->if_mtu > ETHERMTU) {
1800 if (ifp->if_mtu <= ETHERMTU) {
/freebsd-10.3-release/sys/dev/qlxgbe/
H A Dql_os.c800 ifp->if_mtu = ETHERMTU;
975 if (ifp->if_mtu > ETHERMTU)
/freebsd-10.3-release/sys/dev/ixgbe/
H A Dif_ixv.c709 if (ifp->if_mtu > ETHERMTU)
1656 if (ifp->if_mtu > ETHERMTU)
/freebsd-10.3-release/sys/dev/vx/
H A Dif_vx.c934 if (ifr->ifr_mtu > ETHERMTU) {
/freebsd-10.3-release/sys/powerpc/ps3/
H A Dif_glc.c257 sc->sc_ifp->if_mtu = ETHERMTU;

Completed in 341 milliseconds

123