Lines Matching defs:hello
124 #define RMF_TEST 05 /* hello and test message */
127 #define RMF_RHELLO 013 /* router hello message */
128 #define RMF_EHELLO 015 /* endnode hello message */
167 word in_hello; /* hello timer */
178 struct testmsg /* hello and test message */
199 struct rhellomsg /* router hello message */
210 word rh_hello; /* hello timer */
214 struct ehellomsg /* endnode hello message */
226 word eh_hello; /* hello timer */
235 struct testmsg cm_test; /* hello and test message */
238 struct rhellomsg cm_rhello; /* router hello message */
239 struct ehellomsg cm_ehello; /* endnode hello message */
584 u_int info, blksize, eco, ueco, hello, other, vers;
600 hello = GET_LE_U_2(cmp->cm_init.in_hello);
602 ND_PRINT("src %sblksize %u vers %u eco %u ueco %u hello %u",
604 hello);
643 ND_PRINT("router-hello ");
655 hello = GET_LE_U_2(cmp->cm_rhello.rh_hello);
657 ND_PRINT("vers %u eco %u ueco %u src %s blksize %u pri %u hello %u",
659 blksize, priority, hello);
664 ND_PRINT("endnode-hello ");
677 hello = GET_LE_U_2(cmp->cm_ehello.eh_hello);
680 ND_PRINT("vers %u eco %u ueco %u src %s blksize %u rtr %s hello %u data %o",
682 blksize, dnaddr_string(ndo, dst), hello, other);