Home
last modified time | relevance | path

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

/pciutils/lib/
H A Dnames-net.c39 #define GET32(x) do { if (p+4 > end) goto err; x = (p[0] << 24) | (p[1] << 16) | (p[2] << 8) | p[3]… macro
102 GET32(x); /* ID and flags are ignored */ in dns_parse_packet()
113 GET32(x); /* Type and class */ in dns_parse_packet()
116 GET32(x); /* TTL */ in dns_parse_packet()
151 GET32(s->rr_ttl); in dns_parse_rr()