Home
last modified time | relevance | path

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

/freebsd-13-stable/sbin/ipf/libipf/
HDprintlookup.c33 if (addr->iplookupsubtype == 0) in printlookup()
35 else if (addr->iplookupsubtype == 1) { in printlookup()
/freebsd-13-stable/sbin/ipf/common/
HDipf_y.y966 $$.a.iplookupsubtype = 0;
973 $$.a.iplookupsubtype = 1;
985 $$.a.iplookupsubtype = 0;
995 $$.a.iplookupsubtype = 0;
1004 $$.a.iplookupsubtype = 1;
1016 $$.a.iplookupsubtype = 0;
/freebsd-13-stable/sbin/ipf/ipnat/
HDipnat_y.y1002 $$.a.iplookupsubtype = 0;
1008 $$.a.iplookupsubtype = 1;
1014 $$.a.iplookupsubtype = 0;
1020 $$.a.iplookupsubtype = 1;
/freebsd-13-stable/sys/netpfil/ipfilter/netinet/
HDip_fil.h112 #define iplookupsubtype i6un.subtype macro
299 #define fi_srcsubtype fi_src.iplookupsubtype
300 #define fi_dstsubtype fi_dst.iplookupsubtype
HDip_nat.h204 #define na_subtype na_addr[0].iplookupsubtype
HDfil.c5200 switch (addrp->iplookupsubtype) in ipf_findlookup()