Searched refs:hello_len (Results 1 – 1 of 1) sorted by relevance
234 const u_char *msg_data, u_int hello_len) in olsr_print_lq_neighbor4() argument238 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() argument263 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() argument294 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 …]