Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ngctl/
H A Dtypes.c84 printf("There are %d total types:\n", tlist->numtypes); in TypesCmd()
85 if (tlist->numtypes > 0) { in TypesCmd()
89 for (k = 0; k < tlist->numtypes; k++) { in TypesCmd()
/freebsd/sys/netgraph/
H A Dng_message.h295 u_int32_t numtypes; member
H A Dng_base.c2762 tl->numtypes = 0; in ng_generic_msg()
2764 struct typeinfo *const tp = &tl->typeinfo[tl->numtypes]; in ng_generic_msg()
2768 KASSERT(tl->numtypes < num, ("%s: no space", __func__)); in ng_generic_msg()
2769 tl->numtypes++; in ng_generic_msg()
/freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c1148 for (u = 0; u < typelist->numtypes; u++) { in fetch_types()