Home
last modified time | relevance | path

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

/netbsd/external/bsd/ipf/dist/lib/
H A Dprintlookup.c37 if (addr->iplookupsubtype == 0)
39 else if (addr->iplookupsubtype == 1) {
/netbsd/external/bsd/ipf/dist/tools/
H A Dipf_y.y968 $$.a.iplookupsubtype = 0;
975 $$.a.iplookupsubtype = 1;
987 $$.a.iplookupsubtype = 0;
997 $$.a.iplookupsubtype = 0;
1006 $$.a.iplookupsubtype = 1;
1018 $$.a.iplookupsubtype = 0;
H A Dipnat_y.y1015 $$.a.iplookupsubtype = 0;
1021 $$.a.iplookupsubtype = 1;
1027 $$.a.iplookupsubtype = 0;
1033 $$.a.iplookupsubtype = 1;
/netbsd/sys/external/bsd/ipf/netinet/
H A Dip_fil.h170 #define iplookupsubtype i6un.subtype macro
358 #define fi_srcsubtype fi_src.iplookupsubtype
359 #define fi_dstsubtype fi_dst.iplookupsubtype
H A Dip_nat.h228 #define na_subtype na_addr[0].iplookupsubtype
H A Dfil.c5209 switch (addrp->iplookupsubtype) in ipf_findlookup()