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