Searched refs:cm_ehello (Results 1 – 1 of 1) sorted by relevance
269 struct ehellomsg cm_ehello; /* endnode hello message */ member713 ND_TCHECK(cmp->cm_ehello); in print_decnet_ctlmsg()714 vers = EXTRACT_LE_8BITS(cmp->cm_ehello.eh_vers); in print_decnet_ctlmsg()715 eco = EXTRACT_LE_8BITS(cmp->cm_ehello.eh_eco); in print_decnet_ctlmsg()716 ueco = EXTRACT_LE_8BITS(cmp->cm_ehello.eh_ueco); in print_decnet_ctlmsg()717 memcpy((char *)&srcea, (const char *)&(cmp->cm_ehello.eh_src), in print_decnet_ctlmsg()720 info = EXTRACT_LE_8BITS(cmp->cm_ehello.eh_info); in print_decnet_ctlmsg()721 blksize = EXTRACT_LE_16BITS(cmp->cm_ehello.eh_blksize); in print_decnet_ctlmsg()723 memcpy((char *)&rtea, (const char *)&(cmp->cm_ehello.eh_router), in print_decnet_ctlmsg()726 hello = EXTRACT_LE_16BITS(cmp->cm_ehello.eh_hello); in print_decnet_ctlmsg()[all …]