Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:EXTRACT_32BITS

265 	switch (EXTRACT_32BITS(&ap->family)) {
281 ND_PRINT((ndo, " %u/", EXTRACT_32BITS(&ap->family)));
311 s = (const char *)np + EXTRACT_32BITS(&np->length);
318 v = EXTRACT_32BITS(&np->opcode);
329 ND_PRINT((ndo, "serial:0x%x", EXTRACT_32BITS(&np->serial)));
330 ND_PRINT((ndo, " result:0x%x", EXTRACT_32BITS(&np->result)));
331 ND_PRINT((ndo, " recvlen:%u", EXTRACT_32BITS(&np->recvlength)));
355 switch (EXTRACT_32BITS(&np->opcode)) {
369 EXTRACT_32BITS(&gabn->flags)));
372 v = EXTRACT_32BITS(&gabn->addrtypes);
399 EXTRACT_32BITS(&gnba->flags)));
417 EXTRACT_32BITS(&grbn->flags)));
455 switch (EXTRACT_32BITS(&np->opcode)) {
469 EXTRACT_32BITS(&gabn->flags)));
509 EXTRACT_32BITS(&gnba->flags)));
536 EXTRACT_32BITS(&grbn->flags)));
546 relts_print(ndo, EXTRACT_32BITS(&grbn->ttl));
586 if (EXTRACT_32BITS(&np->length) != length) {
587 ND_PRINT((ndo, " [len: %u != %u]", EXTRACT_32BITS(&np->length),
590 if (!unsupported && s < (const char *)np + EXTRACT_32BITS(&np->length))