Searched refs:asflag (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/usr.bin/cvs/src/ |
| D | wrapper.c | 555 wrap_rcsoption (filename, asflag) in wrap_rcsoption() argument 557 int asflag; 566 if (asflag)
|
| /openbsd/src/usr.sbin/bgpctl/ |
| D | parser.c | 1173 uint32_t asflag, uint32_t dataflag) in setcommunity() argument 1176 c->flags |= asflag << 8; in setcommunity() 1187 uint32_t as, data, asflag, dataflag; in parsecommunity() local 1220 getcommunity(s, 0, &as, &asflag); in parsecommunity() 1222 setcommunity(c, as, data, asflag, dataflag); in parsecommunity()
|
| /openbsd/src/usr.sbin/bgpd/ |
| D | parse.y | 4368 uint32_t asflag, uint32_t dataflag) in setcommunity() argument 4371 c->flags |= asflag << 8; in setcommunity() 4411 uint32_t as, data, asflag, dataflag; in parsecommunity() local 4449 if (getcommunity(s, 0, &as, &asflag) == -1 || in parsecommunity() 4452 setcommunity(c, as, data, asflag, dataflag); in parsecommunity()
|