Home
last modified time | relevance | path

Searched refs:FRI_LOOKUP (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/sbin/ipf/ipf/
Dipfcomp.c634 if (fr->fr_satype == FRI_LOOKUP) { in emitGroup()
643 if (fr->fr_datype == FRI_LOOKUP) { in emitGroup()
850 if (fr->fr_satype == FRI_LOOKUP) { in emitGroup()
865 if (fr->fr_datype == FRI_LOOKUP) { in emitGroup()
1104 ((fr1->fr_satype == FRI_LOOKUP) && in printCgroup()
1105 (fr->fr_satype == FRI_LOOKUP) && in printCgroup()
1132 ((fr1->fr_datype == FRI_LOOKUP) && in printCgroup()
1133 (fr->fr_datype == FRI_LOOKUP) && in printCgroup()
/freebsd-12-stable/sbin/ipf/libipf/
Dprintaddr.c41 case FRI_LOOKUP : in printaddr()
Dprintnat.c154 if (np->in_nsrc.na_atype == FRI_LOOKUP && in printnat()
176 if (np->in_ndst.na_atype == FRI_LOOKUP && in printnat()
/freebsd-12-stable/sbin/ipf/ipnat/
Dipnat_y.y441 if ($2.t == FRI_LOOKUP) {
451 if ($5.t == FRI_LOOKUP) {
696 | IPNY_DSTLIST '/' YY_NUMBER { $$.t = FRI_LOOKUP;
701 | IPNY_DSTLIST '/' YY_STR { $$.t = FRI_LOOKUP;
1004 $$.t = FRI_LOOKUP;
1010 $$.t = FRI_LOOKUP;
1016 $$.t = FRI_LOOKUP;
1022 $$.t = FRI_LOOKUP;
/freebsd-12-stable/sbin/ipf/common/
Dipf_y.y962 $$.type = FRI_LOOKUP;
972 $$.type = FRI_LOOKUP;
984 $$.type = FRI_LOOKUP;
994 $$.type = FRI_LOOKUP;
1000 $$.type = FRI_LOOKUP;
1015 $$.type = FRI_LOOKUP;
/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dfil.c2210 if (fr->fr_satype == FRI_LOOKUP) { in ipf_check_ipf()
2249 if (fr->fr_datype == FRI_LOOKUP) { in ipf_check_ipf()
3942 fr->fr_satype != FRI_LOOKUP) { in ipf_synclist()
3949 fr->fr_datype != FRI_LOOKUP) { in ipf_synclist()
3979 (fr->fr_satype == FRI_LOOKUP) && (fr->fr_srcptr == NULL)) { in ipf_synclist()
3987 (fr->fr_datype == FRI_LOOKUP) && (fr->fr_dstptr == NULL)) { in ipf_synclist()
4000 (frt->fr_satype == FRI_LOOKUP) && (frt->fr_srcptr != NULL)) in ipf_synclist()
4004 (frt->fr_datype == FRI_LOOKUP) && (frt->fr_dstptr != NULL)) in ipf_synclist()
4712 if (fp->fr_datype == FRI_LOOKUP) in frrequest()
4714 if (fp->fr_satype == FRI_LOOKUP) in frrequest()
[all …]
Dip_nat.c1526 if ((n->in_ndst.na_atype == FRI_LOOKUP) && in ipf_nat_ruleaddrinit()
1531 if ((n->in_nsrc.na_atype == FRI_LOOKUP) && in ipf_nat_ruleaddrinit()
4652 case FRI_LOOKUP : in ipf_nat_match()
4667 case FRI_LOOKUP : in ipf_nat_match()
7388 case FRI_LOOKUP : in ipf_nat_nextaddr()
7401 if (na->na_atype == FRI_LOOKUP) { in ipf_nat_nextaddr()
7472 case FRI_LOOKUP : in ipf_nat_nextaddrinit()
8387 if (n->in_odst.na_atype == FRI_LOOKUP && n->in_odst.na_ptr != NULL) in ipf_nat_rule_fini()
8390 if (n->in_osrc.na_atype == FRI_LOOKUP && n->in_osrc.na_ptr != NULL) in ipf_nat_rule_fini()
8393 if (n->in_ndst.na_atype == FRI_LOOKUP && n->in_ndst.na_ptr != NULL) in ipf_nat_rule_fini()
[all …]
Dip_nat6.c2509 case FRI_LOOKUP : in ipf_nat6_match()
2525 case FRI_LOOKUP : in ipf_nat6_match()
3829 case FRI_LOOKUP : in ipf_nat6_nextaddr()
3908 case FRI_LOOKUP : in ipf_nat6_nextaddrinit()
Dip_fil.h574 FRI_LOOKUP, /* address is a pool # */ enumerator