Home
last modified time | relevance | path

Searched refs:FL_GET (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c171 FL_GET = 0x01, enumerator
437 { "GET", TOK_ACCESS, FL_GET },
976 if ((np->flags & (FL_GET|FL_SET)) == 0) { in gen_node()
1073 if((np->flags & (FL_GET|FL_SET)) == 0) in gen_header()
1167 (np->flags & FL_GET) ? " GET" : "", in gen_tree()
1200 printf("%s%s)\n", (np->flags & FL_GET) ? " GET" : "", in gen_tree()
1328 if ((np->flags & (FL_GET|FL_SET)) != 0) in check_tree()
/freebsd/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmpimport.c102 FL_GET = 0x01, enumerator
283 { "GET", TOK_ACCESS, FL_GET },