Home
last modified time | relevance | path

Searched refs:hello_len (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-olsr.c234 const u_char *msg_data, u_int hello_len) in olsr_print_lq_neighbor4() argument
238 while (hello_len >= sizeof(struct olsr_lq_neighbor4)) { in olsr_print_lq_neighbor4()
250 hello_len -= sizeof(struct olsr_lq_neighbor4); in olsr_print_lq_neighbor4()
259 const u_char *msg_data, u_int hello_len) in olsr_print_lq_neighbor6() argument
263 while (hello_len >= sizeof(struct olsr_lq_neighbor6)) { in olsr_print_lq_neighbor6()
275 hello_len -= sizeof(struct olsr_lq_neighbor6); in olsr_print_lq_neighbor6()
287 const u_char *msg_data, u_int hello_len) in olsr_print_neighbor() argument
294 while (hello_len >= sizeof(nd_ipv4)) { in olsr_print_neighbor()
300 hello_len -= sizeof(nd_ipv4); in olsr_print_neighbor()
320 u_int msg_type, msg_len, msg_tlen, hello_len; in olsr_print() local
[all …]