Searched refs:nsrcs (Results 1 – 9 of 9) sorted by relevance
/external/tcpdump/ |
D | print-igmp.c | 156 u_int group, nsrcs, ngroups; in print_igmpv3_report() local 179 nsrcs = EXTRACT_16BITS(&bp[group+2]); in print_igmpv3_report() 181 if (len < group+8+(nsrcs<<2)) { in print_igmpv3_report() 182 (void)printf(" [invalid number of sources %d]", nsrcs); in print_igmpv3_report() 186 (void)printf(", %d source(s)", nsrcs); in print_igmpv3_report() 190 for (j=0; j<nsrcs; j++) { in print_igmpv3_report() 197 group += 8 + (nsrcs << 2); in print_igmpv3_report() 212 u_int nsrcs; in print_igmpv3_query() local 242 nsrcs = EXTRACT_16BITS(&bp[10]); in print_igmpv3_query() 243 if (nsrcs > 0) { in print_igmpv3_query() [all …]
|
D | print-icmp6.c | 840 u_int group, nsrcs, ngroups; in mldv2_report_print() local 865 nsrcs = (bp[group + 2] << 8) + bp[group + 3]; in mldv2_report_print() 867 if (len < group + 20 + (nsrcs * sizeof(struct in6_addr))) { in mldv2_report_print() 868 printf(" [invalid number of sources %d]", nsrcs); in mldv2_report_print() 872 printf(", %d source(s)", nsrcs); in mldv2_report_print() 876 for (j = 0; j < nsrcs; j++) { in mldv2_report_print() 884 group += 20 + nsrcs * sizeof(struct in6_addr); in mldv2_report_print() 900 u_int nsrcs; in mldv2_query_print() local 938 nsrcs = EXTRACT_16BITS(&bp[26]); in mldv2_query_print() 939 if (nsrcs > 0) { in mldv2_query_print() [all …]
|
/external/elfutils/0.153/libdw/ |
D | dwarf_getsrc_file.c | 65 Dwarf_Line ***srcsp, size_t *nsrcs) in dwarf_getsrc_file() argument 72 size_t max_match = *nsrcs ?: ~0u; in dwarf_getsrc_file() 73 size_t act_match = *nsrcs; in dwarf_getsrc_file() 75 Dwarf_Line **match = *nsrcs == 0 ? NULL : *srcsp; in dwarf_getsrc_file() 189 assert (*nsrcs == 0 || *srcsp == match); in dwarf_getsrc_file() 191 *nsrcs = cur_match; in dwarf_getsrc_file()
|
D | libdw.h | 574 Dwarf_Line ***srcsp, size_t *nsrcs)
|
/external/elfutils/0.153/libdwfl/ |
D | dwfl_module_getsrc_file.c | 57 Dwfl_Line ***srcsp, size_t *nsrcs) in dwfl_module_getsrc_file() argument 71 size_t max_match = *nsrcs ?: ~0u; in dwfl_module_getsrc_file() 72 size_t act_match = *nsrcs; in dwfl_module_getsrc_file() 74 Dwfl_Line **match = *nsrcs == 0 ? NULL : *srcsp; in dwfl_module_getsrc_file() 178 assert (*nsrcs == 0 || *srcsp == match); in dwfl_module_getsrc_file() 180 *nsrcs = cur_match; in dwfl_module_getsrc_file()
|
D | libdwfl.h | 516 Dwfl_Line ***srcsp, size_t *nsrcs);
|
/external/kernel-headers/original/uapi/linux/ |
D | igmp.h | 79 __be16 nsrcs; member
|
/external/elfutils/elfutils/ |
D | libdwfl.h | 516 Dwfl_Line ***srcsp, size_t *nsrcs);
|
D | libdw.h | 574 Dwarf_Line ***srcsp, size_t *nsrcs)
|