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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dforces.h438 #define ILV_SET_LEN(len) (F_ALN_LEN(ILV_HDRL) + (len)) macro
439 #define ILV_ALN_LEN(len) F_ALN_LEN(ILV_SET_LEN(len))
440 #define ILV_RDAT_LEN(ilv) ((int)(EXTRACT_32BITS(&(ilv)->length)) - ILV_SET_LEN(0))
441 #define ILV_DATA(ilvp) ((void*)(((char*)(ilvp)) + ILV_SET_LEN(0)))

Completed in 108 milliseconds