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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/tandem/
H A Dtanzip.c607 #define EB_TANDEM_SIZE 20 macro
608 #define EF_TANDEM_SIZE (EB_HEADSIZE + EB_TANDEM_SIZE)
640 *ext++ = *cext++ = (char)EB_TANDEM_SIZE; /*length of data part of e.f.*/
644 memcpy(ext, (char *)nsk_attr, EB_TANDEM_SIZE);
645 ext += EB_TANDEM_SIZE;
649 memcpy(cext, (char *)nsk_attr, EB_TANDEM_SIZE);
650 cext += EB_TANDEM_SIZE;

Completed in 115 milliseconds