Home
last modified time | relevance | path

Searched refs:IPLT_ALL (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/bsd/ipf/dist/tools/
H A Dippool.c418 type = IPLT_ALL;
464 if (type == IPLT_ALL || type == IPLT_POOL) {
479 if (type == IPLT_ALL || type == IPLT_HASH) {
496 if (type == IPLT_ALL || type == IPLT_DSTLIST) {
530 arg = IPLT_ALL;
531 type = IPLT_ALL;
657 type = IPLT_ALL;
740 if (type == IPLT_ALL || type == IPLT_POOL) {
769 if (type == IPLT_ALL || type == IPLT_HASH) {
810 if (type == IPLT_ALL || type == IPLT_POOL) {
[all …]
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_lookup.c354 (op.iplo_unit != IPLT_ALL)) { in ipf_lookup_addnode()
404 (op.iplo_unit != IPLT_ALL)) { in ipf_lookup_delnode()
451 (op.iplo_unit != IPLT_ALL)) { in ipf_lookup_addtable()
512 (op.iplo_unit != IPLT_ALL)) { in ipf_lookup_deltable()
560 (op.iplo_unit != IPLT_ALL)) { in ipf_lookup_stats()
607 if ((unit < 0 || unit > IPL_LOGMAX) && (unit != IPLT_ALL)) { in ipf_lookup_flush()
620 if (type == (*l)->ipfl_type || type == IPLT_ALL) { in ipf_lookup_flush()
H A Dip_lookup.h65 #define IPLT_ALL -1 macro
H A Dip_dstlist.c273 if (fop->iplf_unit != IPLT_ALL && fop->iplf_unit != i) in ipf_dstlist_flush()
H A Dip_pool.c1104 if (unit != IPLT_ALL && i != unit) in ipf_pool_flush()
/netbsd-src/external/bsd/ipf/dist/
H A Dip_lookup.c353 (op.iplo_unit != IPLT_ALL)) {
406 (op.iplo_unit != IPLT_ALL)) {
455 (op.iplo_unit != IPLT_ALL)) {
518 (op.iplo_unit != IPLT_ALL)) {
568 (op.iplo_unit != IPLT_ALL)) {
617 if ((unit < 0 || unit > IPL_LOGMAX) && (unit != IPLT_ALL)) {
630 if (type == (*l)->ipfl_type || type == IPLT_ALL) {
H A Dip_lookup.h65 #define IPLT_ALL -1 macro
H A Dip_dstlist.c288 if (fop->iplf_unit != IPLT_ALL && fop->iplf_unit != i)
H A Dip_pool.c1150 if (unit != IPLT_ALL && i != unit)