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

  /src/external/bsd/ipf/dist/lib/
printlookup.c 37 if (addr->iplookupsubtype == 0)
39 else if (addr->iplookupsubtype == 1) {
  /src/external/bsd/ipf/dist/tools/
ipf_y.y 968 $$.a.iplookupsubtype = 0;
975 $$.a.iplookupsubtype = 1;
987 $$.a.iplookupsubtype = 0;
997 $$.a.iplookupsubtype = 0;
1006 $$.a.iplookupsubtype = 1;
1018 $$.a.iplookupsubtype = 0;
ipnat_y.y 1015 $$.a.iplookupsubtype = 0;
1021 $$.a.iplookupsubtype = 1;
1027 $$.a.iplookupsubtype = 0;
1033 $$.a.iplookupsubtype = 1;
  /src/sys/external/bsd/ipf/netinet/
ip_fil.h 170 #define iplookupsubtype i6un.subtype macro
358 #define fi_srcsubtype fi_src.iplookupsubtype
359 #define fi_dstsubtype fi_dst.iplookupsubtype
ip_nat.h 228 #define na_subtype na_addr[0].iplookupsubtype
fil.c 5209 switch (addrp->iplookupsubtype)

Completed in 46 milliseconds