Lines Matching refs:cmp

584 	const union controlmsg *cmp = (const union controlmsg *)rhp;  in print_decnet_ctlmsg()  local
595 ND_TCHECK_SIZE(&cmp->cm_init); in print_decnet_ctlmsg()
596 src = GET_LE_U_2(cmp->cm_init.in_src); in print_decnet_ctlmsg()
597 info = GET_U_1(cmp->cm_init.in_info); in print_decnet_ctlmsg()
598 blksize = GET_LE_U_2(cmp->cm_init.in_blksize); in print_decnet_ctlmsg()
599 vers = GET_U_1(cmp->cm_init.in_vers); in print_decnet_ctlmsg()
600 eco = GET_U_1(cmp->cm_init.in_eco); in print_decnet_ctlmsg()
601 ueco = GET_U_1(cmp->cm_init.in_ueco); in print_decnet_ctlmsg()
602 hello = GET_LE_U_2(cmp->cm_init.in_hello); in print_decnet_ctlmsg()
612 src = GET_LE_U_2(cmp->cm_ver.ve_src); in print_decnet_ctlmsg()
613 other = GET_U_1(cmp->cm_ver.ve_fcnval); in print_decnet_ctlmsg()
620 src = GET_LE_U_2(cmp->cm_test.te_src); in print_decnet_ctlmsg()
621 other = GET_U_1(cmp->cm_test.te_data); in print_decnet_ctlmsg()
628 ND_TCHECK_SIZE(&cmp->cm_l1rou); in print_decnet_ctlmsg()
629 src = GET_LE_U_2(cmp->cm_l1rou.r1_src); in print_decnet_ctlmsg()
638 ND_TCHECK_SIZE(&cmp->cm_l2rout); in print_decnet_ctlmsg()
639 src = GET_LE_U_2(cmp->cm_l2rout.r2_src); in print_decnet_ctlmsg()
648 ND_TCHECK_SIZE(&cmp->cm_rhello); in print_decnet_ctlmsg()
649 vers = GET_U_1(cmp->cm_rhello.rh_vers); in print_decnet_ctlmsg()
650 eco = GET_U_1(cmp->cm_rhello.rh_eco); in print_decnet_ctlmsg()
651 ueco = GET_U_1(cmp->cm_rhello.rh_ueco); in print_decnet_ctlmsg()
653 GET_LE_U_2(cmp->cm_rhello.rh_src.dne_remote.dne_nodeaddr); in print_decnet_ctlmsg()
654 info = GET_U_1(cmp->cm_rhello.rh_info); in print_decnet_ctlmsg()
655 blksize = GET_LE_U_2(cmp->cm_rhello.rh_blksize); in print_decnet_ctlmsg()
656 priority = GET_U_1(cmp->cm_rhello.rh_priority); in print_decnet_ctlmsg()
657 hello = GET_LE_U_2(cmp->cm_rhello.rh_hello); in print_decnet_ctlmsg()
669 vers = GET_U_1(cmp->cm_ehello.eh_vers); in print_decnet_ctlmsg()
670 eco = GET_U_1(cmp->cm_ehello.eh_eco); in print_decnet_ctlmsg()
671 ueco = GET_U_1(cmp->cm_ehello.eh_ueco); in print_decnet_ctlmsg()
673 GET_LE_U_2(cmp->cm_ehello.eh_src.dne_remote.dne_nodeaddr); in print_decnet_ctlmsg()
674 info = GET_U_1(cmp->cm_ehello.eh_info); in print_decnet_ctlmsg()
675 blksize = GET_LE_U_2(cmp->cm_ehello.eh_blksize); in print_decnet_ctlmsg()
678 GET_LE_U_2(cmp->cm_ehello.eh_router.dne_remote.dne_nodeaddr); in print_decnet_ctlmsg()
679 hello = GET_LE_U_2(cmp->cm_ehello.eh_hello); in print_decnet_ctlmsg()
680 other = GET_U_1(cmp->cm_ehello.eh_data); in print_decnet_ctlmsg()