Lines Matching refs:EXTRACT_32BITS
266 switch (EXTRACT_32BITS(&ap->family)) { in lwres_printaddr()
280 ND_PRINT((ndo, " %u/", EXTRACT_32BITS(&ap->family))); in lwres_printaddr()
310 s = (const char *)np + EXTRACT_32BITS(&np->length); in lwres_print()
317 v = EXTRACT_32BITS(&np->opcode); in lwres_print()
328 ND_PRINT((ndo, "serial:0x%x", EXTRACT_32BITS(&np->serial))); in lwres_print()
329 ND_PRINT((ndo, " result:0x%x", EXTRACT_32BITS(&np->result))); in lwres_print()
330 ND_PRINT((ndo, " recvlen:%u", EXTRACT_32BITS(&np->recvlength))); in lwres_print()
354 switch (EXTRACT_32BITS(&np->opcode)) { in lwres_print()
368 EXTRACT_32BITS(&gabn->flags))); in lwres_print()
371 v = EXTRACT_32BITS(&gabn->addrtypes); in lwres_print()
398 EXTRACT_32BITS(&gnba->flags))); in lwres_print()
416 EXTRACT_32BITS(&grbn->flags))); in lwres_print()
454 switch (EXTRACT_32BITS(&np->opcode)) { in lwres_print()
468 EXTRACT_32BITS(&gabn->flags))); in lwres_print()
508 EXTRACT_32BITS(&gnba->flags))); in lwres_print()
535 EXTRACT_32BITS(&grbn->flags))); in lwres_print()
545 unsigned_relts_print(ndo, EXTRACT_32BITS(&grbn->ttl)); in lwres_print()
585 if (EXTRACT_32BITS(&np->length) != length) { in lwres_print()
586 ND_PRINT((ndo, " [len: %u != %u]", EXTRACT_32BITS(&np->length), in lwres_print()
589 if (!unsupported && s < (const char *)np + EXTRACT_32BITS(&np->length)) in lwres_print()