Home | History | Annotate | Download | only in tcpdump

Lines Matching full:u_int

237 print_string(const u_char *dat, u_int length)
239 u_int i;
246 print_octets(const u_char *dat, u_int length)
248 u_int i;
279 l2tp_result_code_print(const u_char *dat, u_int length)
327 l2tp_q931_cc_print(const u_char *dat, u_int length)
437 l2tp_ppp_discon_cc_print(const u_char *dat, u_int length)
455 u_int len;
475 if (len > (u_int)length)
607 l2tp_print(const u_char *dat, u_int length)
610 u_int cnt = 0; /* total octets consumed */