Searched refs:numtypes (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/usr.sbin/ngctl/
H A Dtypes.c87 printf("There are %d total types:\n", tlist->numtypes);
88 if (tlist->numtypes > 0) {
92 for (k = 0; k < tlist->numtypes; k++) {
/freebsd-11-stable/sys/netgraph/
H A Dng_message.h294 u_int32_t numtypes; member in struct:typelist
300 { "numtypes", &ng_parse_uint32_type }, \
H A Dng_base.c2763 tl->numtypes = 0;
2765 struct typeinfo *const tp = &tl->typeinfo[tl->numtypes];
2769 KASSERT(tl->numtypes < num, ("%s: no space", __func__));
2770 tl->numtypes++;
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c1150 for (u = 0; u < typelist->numtypes; u++) {

Completed in 88 milliseconds