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

  /external/tcpdump/
print-olsr.c 185 olsr_print_lq_neighbor4 (const u_char *msg_data, u_int hello_len)
189 while (hello_len >= sizeof(struct olsr_lq_neighbor4)) {
200 hello_len -= sizeof(struct olsr_lq_neighbor4);
206 olsr_print_lq_neighbor6 (const u_char *msg_data, u_int hello_len)
210 while (hello_len >= sizeof(struct olsr_lq_neighbor6)) {
221 hello_len -= sizeof(struct olsr_lq_neighbor6);
230 olsr_print_neighbor (const u_char *msg_data, u_int hello_len)
237 while (hello_len >= sizeof(struct in_addr)) {
245 hello_len -= sizeof(struct in_addr);
263 u_int msg_type, msg_len, msg_tlen, hello_len; local
    [all...]
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
fuse_fs_test.cc 206 size_t hello_len = strlen(hello_world); local
210 hello.data.resize(hello_len);
211 memcpy(hello.data.data(), hello_world, hello_len);
  /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)));
  /external/chromium_org/net/socket/
tcp_listen_socket_unittest.cc 150 size_t hello_len = strlen(kHelloWorld); local
155 long_len += hello_len;

Completed in 1787 milliseconds