Lines Matching defs:indent
43 const u_char *cp, u_int length, int indent);
267 const u_char *cp, u_int length, int indent)
283 for (t = indent; t > 0; t--)
319 const u_char *cp, u_int length, int indent)
335 for (t = indent; t > 0; t--)
372 is_in_line(netdissect_options *ndo, int indent)
374 return indent - 1 >= ndo->ndo_vflag && ndo->ndo_vflag < 3;
379 uint32_t type, int count, int indent, int *first_one)
384 if (indent > 1) {
387 for (t = indent; t > 0; t--)
403 const u_char *cp, u_int length, int indent)
405 const int in_line = is_in_line(ndo, indent);
423 for (t = indent; t > 0; t--)
464 print_type_in_line(ndo, last_type_mask, last_type_count, indent, &first_one);
541 hncp_print_rec(ndo, value+20, bodylen-20, indent+1);
612 hncp_print_rec(ndo, value, bodylen, indent+1);
647 hncp_print_rec(ndo, value + l, bodylen - l, indent+1);
709 if (dhcpv4_print(ndo, value, bodylen, indent+1) != 0)
719 if (dhcpv6_print(ndo, value, bodylen, indent+1) != 0) {
747 hncp_print_rec(ndo, value + l, bodylen - l, indent+1);
765 hncp_print_rec(ndo, value + 20, bodylen - 20, indent+1);
791 hncp_print_rec(ndo, value+len, bodylen-len, indent+1);
829 hncp_print_rec(ndo, value + l, bodylen - l, indent+1);
839 hncp_print_rec(ndo, value + 32, bodylen - 32, indent+1);
854 print_type_in_line(ndo, last_type_mask, last_type_count, indent, &first_one);