Searched defs:EXTRACT_LONG (Results 1 – 2 of 2) sorted by relevance
94 #define EXTRACT_LONG(p) (ntohl(*(u_int32 *)p)) macro100 #define EXTRACT_LONG(p)\ macro
97 #define EXTRACT_LONG(p) be32dec(p) macro