HomeSort by relevance Sort by last modified time
    Searched refs:hello_len (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
print-olsr.c 183 const u_char *msg_data, u_int hello_len)
187 while (hello_len >= sizeof(struct olsr_lq_neighbor4)) {
200 hello_len -= sizeof(struct olsr_lq_neighbor4);
208 const u_char *msg_data, u_int hello_len)
212 while (hello_len >= sizeof(struct olsr_lq_neighbor6)) {
225 hello_len -= sizeof(struct olsr_lq_neighbor6);
236 const u_char *msg_data, u_int hello_len)
243 while (hello_len >= sizeof(struct in_addr)) {
253 hello_len -= sizeof(struct in_addr);
273 u_int msg_type, msg_len, msg_tlen, hello_len; local
    [all...]
  /external/compiler-rt/lib/asan/tests/
asan_str_test.cc 70 size_t hello_len = 13; local
71 size_t hello_size = (hello_len + 1) * sizeof(wchar_t);
72 EXPECT_EQ(hello_len, wcslen(Ident(L"Hello, World!")));
75 EXPECT_EQ(hello_len, Ident(wcslen(heap_string)));

Completed in 207 milliseconds