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

/freebsd-current/sbin/ipf/libipf/
H A Dprintlookup.c33 if (addr->iplookupsubtype == 0)
35 else if (addr->iplookupsubtype == 1) {
/freebsd-current/sbin/ipf/common/
H A Dipf_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-current/sbin/ipf/ipnat/
H A Dipnat_y.y1002 $$.a.iplookupsubtype = 0;
1008 $$.a.iplookupsubtype = 1;
1014 $$.a.iplookupsubtype = 0;
1020 $$.a.iplookupsubtype = 1;
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_fil.h110 #define iplookupsubtype i6un.subtype macro
297 #define fi_srcsubtype fi_src.iplookupsubtype
298 #define fi_dstsubtype fi_dst.iplookupsubtype
H A Dip_nat.h202 #define na_subtype na_addr[0].iplookupsubtype
H A Dfil.c5196 switch (addrp->iplookupsubtype)

Completed in 215 milliseconds