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 161 olsr_print_lq_neighbor (const u_char *msg_data, u_int hello_len)
165 while (hello_len >= sizeof(struct olsr_lq_neighbor)) {
176 hello_len -= sizeof(struct olsr_lq_neighbor);
184 olsr_print_neighbor (const u_char *msg_data, u_int hello_len)
191 while (hello_len >= sizeof(struct in_addr)) {
199 hello_len -= sizeof(struct in_addr);
217 u_int msg_type, msg_len, msg_tlen, hello_len, prefix; local
297 hello_len = EXTRACT_16BITS(ptr.hello_link->len);
304 hello_len);
308 hello_len -= sizeof(struct olsr_hello_link)
    [all...]
  /external/chromium/net/base/
listen_socket_unittest.cc 136 size_t hello_len = strlen(kHelloWorld); local
141 long_len += hello_len;

Completed in 112 milliseconds