Searched refs:SNAP_HDR_LEN (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/common/include/proto/
H A D802.3.h21 #define SNAP_HDR_LEN 6 /* 802.3 SNAP header length */ macro
H A Dbcmproto.h72 static const uint8 llc_snap_hdr[SNAP_HDR_LEN] = {0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00};
94 if (bcmp(&sh->dsap, llc_snap_hdr, SNAP_HDR_LEN) == 0) {
237 #define SNAP_HDR_LEN 6 /* 802.3 LLC/SNAP header length */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/proxyarp/
H A Dproxyarp_common.c318 bcopy(llc_snap_hdr, frame + ETHER_HDR_LEN, SNAP_HDR_LEN);
319 hton16_ua_store(ea_type, frame + ETHER_HDR_LEN + SNAP_HDR_LEN);
323 *p = (void *)(frame + ETHER_HDR_LEN + (snap ? SNAP_HDR_LEN + ETHER_TYPE_LEN : 0));
336 uint16 pktlen = ETHER_HDR_LEN + ARP_DATA_LEN + (snap ? SNAP_HDR_LEN + ETHER_TYPE_LEN : 0);
460 (snap ? SNAP_HDR_LEN + ETHER_TYPE_LEN: 0);

Completed in 173 milliseconds