Searched refs:hello_len (Results 1 – 2 of 2) sorted by relevance
161 olsr_print_lq_neighbor (const u_char *msg_data, u_int hello_len) in olsr_print_lq_neighbor() argument165 while (hello_len >= sizeof(struct olsr_lq_neighbor)) { in olsr_print_lq_neighbor()176 hello_len -= sizeof(struct olsr_lq_neighbor); in olsr_print_lq_neighbor()184 olsr_print_neighbor (const u_char *msg_data, u_int hello_len) in olsr_print_neighbor() argument191 while (hello_len >= sizeof(struct in_addr)) { in olsr_print_neighbor()199 hello_len -= sizeof(struct in_addr); in olsr_print_neighbor()217 u_int msg_type, msg_len, msg_tlen, hello_len, prefix; in olsr_print() local297 hello_len = EXTRACT_16BITS(ptr.hello_link->len); in olsr_print()304 hello_len); in olsr_print()308 hello_len -= sizeof(struct olsr_hello_link); in olsr_print()[all …]
136 size_t hello_len = strlen(kHelloWorld); in TestClientSendLong() local141 long_len += hello_len; in TestClientSendLong()