Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/ipf/ippool/
HDippool.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-14-stable/sys/netpfil/ipfilter/netinet/
HDip_lookup.h52 #define IPLT_NONE 0 macro
HDip_nat6.c3852 case IPLT_NONE : in ipf_nat6_nextaddr()
HDip_nat.c7405 } else if (na->na_atype == IPLT_NONE) { in ipf_nat_nextaddr()