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

/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/src/hsl/isis/
H A Disis_trunk.c33 #define MAC_LEN 6 macro
50 static a_uint8_t sa_hash[HASH_SIZE][MAC_LEN] =
278 memcpy(sa_hash[i], addr->uc, MAC_LEN);
279 sa_hash[i][MAC_LEN - 1] = BYTE_B2R(sa_hash[i][MAC_LEN - 1], i);
288 memcpy(addr->uc, sa_hash[0], MAC_LEN);
376 for (i = 0; i < MAC_LEN; i++)
387 for (i = 6; i < 2 * MAC_LEN; i++)
428 a_uint8_t ori_sa[MAC_LEN];
438 memcpy(ori_sa, &header[MAC_LEN], MAC_LE
[all...]
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/src/hsl/isisc/
H A Disisc_trunk.c33 #define MAC_LEN 6 macro
50 static a_uint8_t sa_hash[HASH_SIZE][MAC_LEN] =
278 memcpy(sa_hash[i], addr->uc, MAC_LEN);
279 sa_hash[i][MAC_LEN - 1] = BYTE_B2R(sa_hash[i][MAC_LEN - 1], i);
288 memcpy(addr->uc, sa_hash[0], MAC_LEN);
376 for (i = 0; i < MAC_LEN; i++)
387 for (i = 6; i < 2 * MAC_LEN; i++)
428 a_uint8_t ori_sa[MAC_LEN];
438 memcpy(ori_sa, &header[MAC_LEN], MAC_LE
[all...]
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/app/nathelper/linux/
H A Dhost_helper.c82 #define MAC_LEN 6 macro
717 uint8_t *devmac, if_mac_addr[MAC_LEN];
837 memcpy(if_mac_addr, devmac, MAC_LEN);
1346 smac = skb_mac_header(skb) + MAC_LEN;
1364 sip = smac + MAC_LEN;
1366 dip = dmac + MAC_LEN;
1675 #define MAC_LEN 6 macro
1684 __u8 mac[MAC_LEN];
1786 smac = skb_mac_header(skb) + MAC_LEN;
1823 sa = skb_mac_header(skb) + MAC_LEN;
[all...]

Completed in 37 milliseconds