Home
last modified time | relevance | path

Searched refs:cm_ehello (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-decnet.c239 struct ehellomsg cm_ehello; /* endnode hello message */ member
667 vers = GET_U_1(cmp->cm_ehello.eh_vers); in print_decnet_ctlmsg()
668 eco = GET_U_1(cmp->cm_ehello.eh_eco); in print_decnet_ctlmsg()
669 ueco = GET_U_1(cmp->cm_ehello.eh_ueco); in print_decnet_ctlmsg()
671 GET_LE_U_2(cmp->cm_ehello.eh_src.dne_remote.dne_nodeaddr); in print_decnet_ctlmsg()
672 info = GET_U_1(cmp->cm_ehello.eh_info); in print_decnet_ctlmsg()
673 blksize = GET_LE_U_2(cmp->cm_ehello.eh_blksize); in print_decnet_ctlmsg()
676 GET_LE_U_2(cmp->cm_ehello.eh_router.dne_remote.dne_nodeaddr); in print_decnet_ctlmsg()
677 hello = GET_LE_U_2(cmp->cm_ehello.eh_hello); in print_decnet_ctlmsg()
678 other = GET_U_1(cmp->cm_ehello.eh_data); in print_decnet_ctlmsg()