Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-decnet.c276 TCHECK(cmp->cm_ehello); in print_decnet_ctlmsg()
277 vers = EXTRACT_LE_8BITS(cmp->cm_ehello.eh_vers); in print_decnet_ctlmsg()
278 eco = EXTRACT_LE_8BITS(cmp->cm_ehello.eh_eco); in print_decnet_ctlmsg()
279 ueco = EXTRACT_LE_8BITS(cmp->cm_ehello.eh_ueco); in print_decnet_ctlmsg()
280 memcpy((char *)&srcea, (char *)&(cmp->cm_ehello.eh_src), in print_decnet_ctlmsg()
283 info = EXTRACT_LE_8BITS(cmp->cm_ehello.eh_info); in print_decnet_ctlmsg()
284 blksize = EXTRACT_LE_16BITS(cmp->cm_ehello.eh_blksize); in print_decnet_ctlmsg()
286 memcpy((char *)&rtea, (char *)&(cmp->cm_ehello.eh_router), in print_decnet_ctlmsg()
289 hello = EXTRACT_LE_16BITS(cmp->cm_ehello.eh_hello); in print_decnet_ctlmsg()
290 other = EXTRACT_LE_8BITS(cmp->cm_ehello.eh_data); in print_decnet_ctlmsg()
Ddecnet.h246 struct ehellomsg cm_ehello; /* endnode hello message */ member