Searched refs:hello_len (Results 1 – 2 of 2) sorted by relevance
183 const u_char *msg_data, u_int hello_len) in olsr_print_lq_neighbor4() argument187 while (hello_len >= sizeof(struct olsr_lq_neighbor4)) { in olsr_print_lq_neighbor4()200 hello_len -= sizeof(struct olsr_lq_neighbor4); in olsr_print_lq_neighbor4()208 const u_char *msg_data, u_int hello_len) in olsr_print_lq_neighbor6() argument212 while (hello_len >= sizeof(struct olsr_lq_neighbor6)) { in olsr_print_lq_neighbor6()225 hello_len -= sizeof(struct olsr_lq_neighbor6); in olsr_print_lq_neighbor6()236 const u_char *msg_data, u_int hello_len) in olsr_print_neighbor() argument243 while (hello_len >= sizeof(struct in_addr)) { in olsr_print_neighbor()253 hello_len -= sizeof(struct in_addr); in olsr_print_neighbor()273 u_int msg_type, msg_len, msg_tlen, hello_len; in olsr_print() local[all …]
70 size_t hello_len = 13; in TEST() local71 size_t hello_size = (hello_len + 1) * sizeof(wchar_t); in TEST()72 EXPECT_EQ(hello_len, wcslen(Ident(L"Hello, World!"))); in TEST()75 EXPECT_EQ(hello_len, Ident(wcslen(heap_string))); in TEST()