HomeSort by: relevance | last modified time | path
    Searched defs:ETHERMTU (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
if_ether.h 99 #define ETHERMTU (ETHER_MAX_LEN - ETHER_HDR_LEN - ETHER_CRC_LEN)
  /src/external/bsd/libpcap/dist/
gencode.c 133 #define ETHERMTU 1500
2066 * "proto" is an Ethernet type value, if > ETHERMTU, or an LLC SAP
2067 * value, if <= ETHERMTU. We use that to determine whether to
2069 * a value <= ETHERMTU to see whether it's a type field and then do
2091 * DSAP, as we do for other types <= ETHERMTU
2094 b0 = gen_cmp_gt(cstate, OR_LINKTYPE, 0, BPF_H, ETHERMTU);
2109 * a length field, <= ETHERMTU, rather than
2148 b0 = gen_cmp_gt(cstate, OR_LINKTYPE, 0, BPF_H, ETHERMTU);
2180 b0 = gen_cmp_gt(cstate, OR_LINKTYPE, 0, BPF_H, ETHERMTU);
2211 if (ll_proto <= ETHERMTU) {
    [all...]

Completed in 51 milliseconds