Lines Matching full:get32
760 #define GET32(x) do { if (j + 4 > length) goto err; memcpy(&_t32, packet + j, 4); j += 4; x = ntohl(_t32); } while(0)888 GET32(ttl);1036 #undef GET32