Searched refs:FL_GET (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/bsnmp/gensnmptree/ |
H A D | gensnmptree.c | 171 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 D | bsnmpimport.c | 102 FL_GET = 0x01, enumerator 283 { "GET", TOK_ACCESS, FL_GET },
|