Home
last modified time | relevance | path

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

/pciutils/lib/
H A Dnames-net.c86 dns_parse_packet(struct dns_state *s, byte *p, unsigned int plen) in dns_parse_packet() argument
88 byte *end = p + plen; in dns_parse_packet()
94 for (i=0; i<plen; i++) in dns_parse_packet()
98 if ((i%16)==15 || i==plen-1) putchar('\n'); in dns_parse_packet()