Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ipf/dist/tools/
Dipfcomp.c645 if (fr->fr_satype == FRI_LOOKUP) {
654 if (fr->fr_datype == FRI_LOOKUP) {
861 if (fr->fr_satype == FRI_LOOKUP) {
876 if (fr->fr_datype == FRI_LOOKUP) {
1118 ((fr1->fr_satype == FRI_LOOKUP) &&
1119 (fr->fr_satype == FRI_LOOKUP) &&
1146 ((fr1->fr_datype == FRI_LOOKUP) &&
1147 (fr->fr_datype == FRI_LOOKUP) &&
Dipnat_y.y453 if ($2.t == FRI_LOOKUP) {
463 if ($5.t == FRI_LOOKUP) {
708 | IPNY_DSTLIST '/' YY_NUMBER { $$.t = FRI_LOOKUP;
713 | IPNY_DSTLIST '/' YY_STR { $$.t = FRI_LOOKUP;
1016 $$.t = FRI_LOOKUP;
1022 $$.t = FRI_LOOKUP;
1028 $$.t = FRI_LOOKUP;
1034 $$.t = FRI_LOOKUP;
Dipf_y.y963 $$.type = FRI_LOOKUP;
973 $$.type = FRI_LOOKUP;
985 $$.type = FRI_LOOKUP;
995 $$.type = FRI_LOOKUP;
1001 $$.type = FRI_LOOKUP;
1016 $$.type = FRI_LOOKUP;
/netbsd/src/external/bsd/ipf/dist/lib/
Dprintaddr.c45 case FRI_LOOKUP :
Dprintnat.c156 if (np->in_nsrc.na_atype == FRI_LOOKUP &&
178 if (np->in_ndst.na_atype == FRI_LOOKUP &&
/netbsd/src/sys/external/bsd/ipf/netinet/
Dfil.c2239 if (fr->fr_satype == FRI_LOOKUP) { in ipf_check_ipf()
2278 if (fr->fr_datype == FRI_LOOKUP) { in ipf_check_ipf()
3991 fr->fr_satype != FRI_LOOKUP) { in ipf_synclist()
3998 fr->fr_datype != FRI_LOOKUP) { in ipf_synclist()
4028 (fr->fr_satype == FRI_LOOKUP) && (fr->fr_srcptr == NULL)) { in ipf_synclist()
4036 (fr->fr_datype == FRI_LOOKUP) && (fr->fr_dstptr == NULL)) { in ipf_synclist()
4049 (frt->fr_satype == FRI_LOOKUP) && (frt->fr_srcptr != NULL)) in ipf_synclist()
4053 (frt->fr_datype == FRI_LOOKUP) && (frt->fr_dstptr != NULL)) in ipf_synclist()
4713 if (fp->fr_datype == FRI_LOOKUP) in frrequest()
4715 if (fp->fr_satype == FRI_LOOKUP) in frrequest()
[all …]
Dip_nat.c1537 if ((n->in_ndst.na_atype == FRI_LOOKUP) && in ipf_nat_ruleaddrinit()
1542 if ((n->in_nsrc.na_atype == FRI_LOOKUP) && in ipf_nat_ruleaddrinit()
4667 case FRI_LOOKUP : in ipf_nat_match()
4682 case FRI_LOOKUP : in ipf_nat_match()
7429 case FRI_LOOKUP : in ipf_nat_nextaddr()
7441 if (na->na_atype == FRI_LOOKUP) { in ipf_nat_nextaddr()
7509 case FRI_LOOKUP : in ipf_nat_nextaddrinit()
8403 if (n->in_odst.na_atype == FRI_LOOKUP && n->in_odst.na_ptr != NULL) in ipf_nat_rule_fini()
8406 if (n->in_osrc.na_atype == FRI_LOOKUP && n->in_osrc.na_ptr != NULL) in ipf_nat_rule_fini()
8409 if (n->in_ndst.na_atype == FRI_LOOKUP && n->in_ndst.na_ptr != NULL) in ipf_nat_rule_fini()
[all …]
Dip_nat6.c2505 case FRI_LOOKUP : in ipf_nat6_match()
2521 case FRI_LOOKUP : in ipf_nat6_match()
3836 case FRI_LOOKUP : in ipf_nat6_nextaddr()
3915 case FRI_LOOKUP : in ipf_nat6_nextaddrinit()
Dip_fil.h633 FRI_LOOKUP, /* address is a pool # */ enumerator
/netbsd/src/external/bsd/ipf/dist/
Dip_nat6.c2560 case FRI_LOOKUP :
2576 case FRI_LOOKUP :
3906 case FRI_LOOKUP :
3989 case FRI_LOOKUP :