Home
last modified time | relevance | path

Searched refs:EVL_ENCAPLEN (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/sys/net/
Dif_vlan.c221 ifp->if_hdrlen = EVL_ENCAPLEN; in vlan_clone_create()
346 memmove((caddr_t)evl + EVL_ENCAPLEN, evl, in vlan_strip()
348 m_adj(m, EVL_ENCAPLEN); in vlan_strip()
506 hardmtu -= EVL_ENCAPLEN; in vlan_up()
Dif_trunk.c1089 trunk_gethdr(m, off, EVL_ENCAPLEN, &vlanbuf)) == NULL) in trunk_hashmbuf()
1094 off += EVL_ENCAPLEN; in trunk_hashmbuf()
/openbsd/src/sys/netinet/
Dif_ether.h106 #define EVL_ENCAPLEN 4 /* length in octets of encapsulation */ macro
/openbsd/src/sys/dev/pci/
Dif_alereg.h785 #define ALE_MAX_FRAMELEN (ETHER_MAX_LEN + EVL_ENCAPLEN)
Dif_agereg.h685 (AGE_JUMBO_FRAMELEN - EVL_ENCAPLEN - \
Dif_ale.c1408 p += EVL_ENCAPLEN; in ale_rxcsum()
1685 sc->ale_max_frame_size += ETHER_HDR_LEN + EVL_ENCAPLEN + ETHER_CRC_LEN; in ale_init()