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

  /src/external/bsd/ipf/dist/lib/
printlookup.c 21 switch (addr->iplookuptype)
33 PRINTF("lookup(%x)=", addr->iplookuptype);
  /src/sys/external/bsd/ipf/netinet/
ip_nat.h 227 #define na_type na_addr[0].iplookuptype
339 #define in_ndsttype in_ndst.na_addr[0].iplookuptype
343 #define in_nsrctype in_nsrc.na_addr[0].iplookuptype
347 #define in_odsttype in_odst.na_addr[0].iplookuptype
351 #define in_osrctype in_osrc.na_addr[0].iplookuptype
ip_fil.h 169 #define iplookuptype i6un.type macro
356 #define fi_srctype fi_src.iplookuptype
357 #define fi_dsttype fi_dst.iplookuptype
fil.c 5212 ptr = ipf_lookup_res_num(softc, unit, addrp->iplookuptype,
5221 ptr = ipf_lookup_res_name(softc, unit, addrp->iplookuptype,
  /src/external/bsd/ipf/dist/tools/
ipf_y.y 967 $$.a.iplookuptype = IPLT_POOL;
974 $$.a.iplookuptype = IPLT_POOL;
986 $$.a.iplookuptype = IPLT_POOL;
996 $$.a.iplookuptype = IPLT_HASH;
1005 $$.a.iplookuptype = IPLT_HASH;
1017 $$.a.iplookuptype = IPLT_HASH;
ipnat_y.y 1014 $$.a.iplookuptype = IPLT_POOL;
1020 $$.a.iplookuptype = IPLT_POOL;
1026 $$.a.iplookuptype = IPLT_HASH;
1032 $$.a.iplookuptype = IPLT_HASH;

Completed in 27 milliseconds