Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ipfilter/tools/
HDipfcomp.c647 if (fr->fr_satype == FRI_LOOKUP) {
656 if (fr->fr_datype == FRI_LOOKUP) {
863 if (fr->fr_satype == FRI_LOOKUP) {
878 if (fr->fr_datype == FRI_LOOKUP) {
1120 ((fr1->fr_satype == FRI_LOOKUP) &&
1121 (fr->fr_satype == FRI_LOOKUP) &&
1148 ((fr1->fr_datype == FRI_LOOKUP) &&
1149 (fr->fr_datype == FRI_LOOKUP) &&
HDipnat_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;
HDipf_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-11-stable/contrib/ipfilter/lib/
HDprintaddr.c43 case FRI_LOOKUP :
HDprintnat.c156 if (np->in_nsrc.na_atype == FRI_LOOKUP &&
178 if (np->in_ndst.na_atype == FRI_LOOKUP &&
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
HDfil.c2250 if (fr->fr_satype == FRI_LOOKUP) {
2289 if (fr->fr_datype == FRI_LOOKUP) {
4033 fr->fr_satype != FRI_LOOKUP) {
4040 fr->fr_datype != FRI_LOOKUP) {
4070 (fr->fr_satype == FRI_LOOKUP) && (fr->fr_srcptr == NULL)) {
4078 (fr->fr_datype == FRI_LOOKUP) && (fr->fr_dstptr == NULL)) {
4091 (frt->fr_satype == FRI_LOOKUP) && (frt->fr_srcptr != NULL))
4095 (frt->fr_datype == FRI_LOOKUP) && (frt->fr_dstptr != NULL))
4824 if (fp->fr_datype == FRI_LOOKUP)
4826 if (fp->fr_satype == FRI_LOOKUP)
[all …]
HDip_nat.c1550 if ((n->in_ndst.na_atype == FRI_LOOKUP) &&
1555 if ((n->in_nsrc.na_atype == FRI_LOOKUP) &&
4731 case FRI_LOOKUP :
4746 case FRI_LOOKUP :
7538 case FRI_LOOKUP :
7551 if (na->na_atype == FRI_LOOKUP) {
7626 case FRI_LOOKUP :
8566 if (n->in_odst.na_atype == FRI_LOOKUP && n->in_odst.na_ptr != NULL)
8569 if (n->in_osrc.na_atype == FRI_LOOKUP && n->in_osrc.na_ptr != NULL)
8572 if (n->in_ndst.na_atype == FRI_LOOKUP && n->in_ndst.na_ptr != NULL)
[all …]
HDip_nat6.c2552 case FRI_LOOKUP :
2568 case FRI_LOOKUP :
3896 case FRI_LOOKUP :
3979 case FRI_LOOKUP :
HDip_fil.h570 FRI_LOOKUP, /* address is a pool # */ enumerator