Searched refs:hello_len (Results 1 – 4 of 4) 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 …]
197 size_t hello_len = strlen(hello_world); in SetUp() local201 hello.data.resize(hello_len); in SetUp()202 memcpy(hello.data.data(), hello_world, hello_len); in SetUp()
136 size_t hello_len = strlen(kHelloWorld); in TestClientSendLong() local141 long_len += hello_len; in TestClientSendLong()
150 size_t hello_len = strlen(kHelloWorld); in TestClientSendLong() local155 long_len += hello_len; in TestClientSendLong()