Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-forces.c397 #define ILV_SET_LEN(len) (F_ALN_LEN(ILV_HDRL) + (len)) macro
398 #define ILV_ALN_LEN(len) F_ALN_LEN(ILV_SET_LEN(len))
399 #define ILV_RDAT_LEN(ilv) ((int)(EXTRACT_32BITS(&(ilv)->length)) - ILV_SET_LEN(0))
400 #define ILV_DATA(ilvp) ((const void*)(((const char*)(ilvp)) + ILV_SET_LEN(0)))