Home
last modified time | relevance | path

Searched refs:IPLT_NONE (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/ipf/ippool/
H A Dippool.c177 case IPLT_NONE : in poolnodecommand()
313 if (type == IPLT_NONE && remove == 0) { in poolcommand()
323 if (type == IPLT_HASH || (type == IPLT_NONE && remove == 1)) { in poolcommand()
328 if (type == IPLT_POOL || (type == IPLT_NONE && remove == 1)) { in poolcommand()
353 case IPLT_NONE : in poolcommand()
559 if (type == IPLT_NONE) { in poolflush()
652 type = IPLT_NONE; in gettype()
711 if (type == IPLT_NONE) { in poollist()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_lookup.h52 #define IPLT_NONE 0 macro
H A Dip_nat6.c3849 case IPLT_NONE : in ipf_nat6_nextaddr()
H A Dip_nat.c7401 } else if (na->na_atype == IPLT_NONE) { in ipf_nat_nextaddr()