Lines Matching refs:EXTRACT_32BITS
270 switch (EXTRACT_32BITS(&ap->family)) {
286 printf(" %u/", EXTRACT_32BITS(&ap->family));
315 s = (const char *)np + EXTRACT_32BITS(&np->length);
322 v = EXTRACT_32BITS(&np->opcode);
333 printf("serial:0x%x", EXTRACT_32BITS(&np->serial));
334 printf(" result:0x%x", EXTRACT_32BITS(&np->result));
335 printf(" recvlen:%u", EXTRACT_32BITS(&np->recvlength));
359 switch (EXTRACT_32BITS(&np->opcode)) {
373 EXTRACT_32BITS(&gabn->flags));
376 v = EXTRACT_32BITS(&gabn->addrtypes);
403 EXTRACT_32BITS(&gnba->flags));
421 EXTRACT_32BITS(&grbn->flags));
459 switch (EXTRACT_32BITS(&np->opcode)) {
473 EXTRACT_32BITS(&gabn->flags));
513 EXTRACT_32BITS(&gnba->flags));
540 EXTRACT_32BITS(&grbn->flags));
550 relts_print(EXTRACT_32BITS(&grbn->ttl));
590 if (EXTRACT_32BITS(&np->length) != length) {
591 printf(" [len: %u != %u]", EXTRACT_32BITS(&np->length),
594 if (!unsupported && s < (const char *)np + EXTRACT_32BITS(&np->length))