HomeSort by: relevance | last modified time | path
    Searched refs:FRI_LOOKUP (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/ipf/dist/lib/
printaddr.c 45 case FRI_LOOKUP :
printnat.c 156 if (np->in_nsrc.na_atype == FRI_LOOKUP &&
178 if (np->in_ndst.na_atype == FRI_LOOKUP &&
  /src/external/bsd/ipf/dist/tools/
ipfcomp.c 645 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) &&
ipnat_y.y 453 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;
ipf_y.y 963 $$.type = FRI_LOOKUP;
973 $$.type = FRI_LOOKUP;
985 $$.type = FRI_LOOKUP;
995 $$.type = FRI_LOOKUP;
1001 $$.type = FRI_LOOKUP;
1016 $$.type = FRI_LOOKUP;
  /src/sys/external/bsd/ipf/netinet/
fil.c 2239 if (fr->fr_satype == FRI_LOOKUP) {
2278 if (fr->fr_datype == FRI_LOOKUP) {
3991 fr->fr_satype != FRI_LOOKUP) {
3998 fr->fr_datype != FRI_LOOKUP) {
4028 (fr->fr_satype == FRI_LOOKUP) && (fr->fr_srcptr == NULL)) {
4036 (fr->fr_datype == FRI_LOOKUP) && (fr->fr_dstptr == NULL)) {
4049 (frt->fr_satype == FRI_LOOKUP) && (frt->fr_srcptr != NULL))
4053 (frt->fr_datype == FRI_LOOKUP) && (frt->fr_dstptr != NULL))
4713 if (fp->fr_datype == FRI_LOOKUP)
4715 if (fp->fr_satype == FRI_LOOKUP)
    [all...]
ip_nat.c 1537 if ((n->in_ndst.na_atype == FRI_LOOKUP) &&
1542 if ((n->in_nsrc.na_atype == FRI_LOOKUP) &&
4668 case FRI_LOOKUP :
4683 case FRI_LOOKUP :
7430 case FRI_LOOKUP :
7442 if (na->na_atype == FRI_LOOKUP) {
7510 case FRI_LOOKUP :
8404 if (n->in_odst.na_atype == FRI_LOOKUP && n->in_odst.na_ptr != NULL)
8407 if (n->in_osrc.na_atype == FRI_LOOKUP && n->in_osrc.na_ptr != NULL)
8410 if (n->in_ndst.na_atype == FRI_LOOKUP && n->in_ndst.na_ptr != NULL
    [all...]
ip_nat6.c 2505 case FRI_LOOKUP :
2521 case FRI_LOOKUP :
3836 case FRI_LOOKUP :
3915 case FRI_LOOKUP :
ip_fil.h 633 FRI_LOOKUP, /* address is a pool # */
  /src/external/bsd/ipf/dist/
ip_nat6.c 2560 case FRI_LOOKUP :
2576 case FRI_LOOKUP :
3906 case FRI_LOOKUP :
3989 case FRI_LOOKUP :

Completed in 63 milliseconds