Home
last modified time | relevance | path

Searched refs:pftable (Results 1 – 11 of 11) sorted by relevance

/openbsd/regress/usr.sbin/bgpd/integrationtests/
H A Dpftable.sh76 -v -f ${BGPDCONFIGDIR}/bgpd.pftable.rdomain1.conf
79 -v -f ${BGPDCONFIGDIR}/bgpd.pftable.rdomain2_1.conf
81 -v -f ${BGPDCONFIGDIR}/bgpd.pftable.rdomain2_2.conf
H A DMakefile3 REGRESS_TARGETS = network_statement md5 ovs capa policy pftable \
30 pftable: target
H A Dbgpd.pftable.rdomain1.conf17 allow from any set pftable "bgpd_integ_test"
/openbsd/usr.sbin/bgpd/
H A Dpftable.c234 return (pftable_add_work(m->pftable, &m->addr, m->len, 0)); in pftable_addr_add()
240 return (pftable_add_work(m->pftable, &m->addr, m->len, 1)); in pftable_addr_remove()
H A DMakefile7 rde_filter.c rde_sets.c rde_aspa.c rde_trie.c pftable.c name2id.c \
H A Drde_filter.c157 set->action.id = pftable_name2id(set->action.pftable); in rde_apply_set()
658 bs = b->action.pftable; in filterset_equal()
665 as = a->action.pftable; in filterset_equal()
H A Dbgpd.h827 char pftable[PFTABLE_LEN]; member
1255 char pftable[PFTABLE_LEN]; member
H A Dparse.y3303 if (strlcpy($$->action.pftable, $2,
3304 sizeof($$->action.pftable)) >=
3305 sizeof($$->action.pftable)) {
5190 strlcpy(t->action.pftable, s->action.pftable, in filterset_add()
5191 sizeof(t->action.pftable)); in filterset_add()
H A Dprintconf.c357 printf("pftable %s ", s->action.pftable); in print_set()
H A Drde.c3452 strlcpy(pfm.pftable, pftable_id2name(id), sizeof(pfm.pftable)); in rde_pftable_send()
/openbsd/usr.sbin/bgpctl/
H A Dparser.c790 if (strlcpy(fs->action.pftable, word, in match_token()
791 sizeof(fs->action.pftable)) >= in match_token()
792 sizeof(fs->action.pftable)) in match_token()