Home
last modified time | relevance | path

Searched refs:iplookupsubtype (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/ipfilter/lib/
HDprintlookup.c35 if (addr->iplookupsubtype == 0)
37 else if (addr->iplookupsubtype == 1) {
/freebsd-11-stable/contrib/ipfilter/tools/
HDipf_y.y967 $$.a.iplookupsubtype = 0;
974 $$.a.iplookupsubtype = 1;
986 $$.a.iplookupsubtype = 0;
996 $$.a.iplookupsubtype = 0;
1005 $$.a.iplookupsubtype = 1;
1017 $$.a.iplookupsubtype = 0;
HDipnat_y.y1003 $$.a.iplookupsubtype = 0;
1009 $$.a.iplookupsubtype = 1;
1015 $$.a.iplookupsubtype = 0;
1021 $$.a.iplookupsubtype = 1;
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
HDip_fil.h113 #define iplookupsubtype i6un.subtype macro
300 #define fi_srcsubtype fi_src.iplookupsubtype
301 #define fi_dstsubtype fi_dst.iplookupsubtype
HDip_nat.h206 #define na_subtype na_addr[0].iplookupsubtype
HDfil.c5323 switch (addrp->iplookupsubtype)