Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/bgpd/
H A Dname2id.c80 pftable_id2name(uint16_t id) in pftable_id2name() function
H A Drde_filter.c660 bs = pftable_id2name(b->action.id); in filterset_equal()
667 as = pftable_id2name(a->action.id); in filterset_equal()
H A Dbgpd.h1521 const char *pftable_id2name(uint16_t);
H A Drde.c3528 strlcpy(pfm.pftable, pftable_id2name(id), sizeof(pfm.pftable)); in rde_commit_pftable()