Lines Matching refs:EXTRACT_16BITS
219 l = EXTRACT_16BITS(p); in lwres_printnamelen()
240 l = EXTRACT_16BITS(p); in lwres_printbinlen()
261 l = EXTRACT_16BITS(&ap->length); in lwres_printaddr()
306 v = EXTRACT_16BITS(&np->version); in lwres_print()
314 response = EXTRACT_16BITS(&np->pktflags) & LWRES_LWPACKETFLAG_RESPONSE; in lwres_print()
322 v = EXTRACT_16BITS(&np->pktflags); in lwres_print()
333 ND_PRINT((ndo, " authtype:0x%x", EXTRACT_16BITS(&np->authtype))); in lwres_print()
334 ND_PRINT((ndo, " authlen:%u", EXTRACT_16BITS(&np->authlength))); in lwres_print()
363 l = EXTRACT_16BITS(&gabn->namelen); in lwres_print()
420 EXTRACT_16BITS(&grbn->rdtype)))); in lwres_print()
421 if (EXTRACT_16BITS(&grbn->rdclass) != C_IN) { in lwres_print()
423 EXTRACT_16BITS(&grbn->rdclass)))); in lwres_print()
429 l = EXTRACT_16BITS(&grbn->namelen); in lwres_print()
463 l = EXTRACT_16BITS(&gabn->realnamelen); in lwres_print()
471 ND_PRINT((ndo, " %u/%u", EXTRACT_16BITS(&gabn->naliases), in lwres_print()
472 EXTRACT_16BITS(&gabn->naddrs))); in lwres_print()
480 na = EXTRACT_16BITS(&gabn->naliases); in lwres_print()
489 na = EXTRACT_16BITS(&gabn->naddrs); in lwres_print()
503 l = EXTRACT_16BITS(&gnba->realnamelen); in lwres_print()
511 ND_PRINT((ndo, " %u", EXTRACT_16BITS(&gnba->naliases))); in lwres_print()
519 na = EXTRACT_16BITS(&gnba->naliases); in lwres_print()
539 EXTRACT_16BITS(&grbn->rdtype)))); in lwres_print()
540 if (EXTRACT_16BITS(&grbn->rdclass) != C_IN) { in lwres_print()
542 EXTRACT_16BITS(&grbn->rdclass)))); in lwres_print()
546 ND_PRINT((ndo, " %u/%u", EXTRACT_16BITS(&grbn->nrdatas), in lwres_print()
547 EXTRACT_16BITS(&grbn->nsigs))); in lwres_print()
558 na = EXTRACT_16BITS(&grbn->nrdatas); in lwres_print()
568 na = EXTRACT_16BITS(&grbn->nsigs); in lwres_print()