Searched refs:IPLT_DSTLIST (Results 1 – 14 of 14) sorted by relevance
| /freebsd/sbin/ipf/libipf/ |
| H A D | printpoolfield.c | 57 } else if (ptype == IPLT_DSTLIST) { in printpoolfield() 79 } else if (ptype == IPLT_DSTLIST) { in printpoolfield() 89 } else if (ptype == IPLT_DSTLIST) { in printpoolfield() 118 } else if (ptype == IPLT_DSTLIST) { in printpoolfield() 140 } else if (ptype == IPLT_DSTLIST) { in printpoolfield() 154 } else if (ptype == IPLT_DSTLIST) { in printpoolfield()
|
| H A D | printlookup.c | 25 case IPLT_DSTLIST : in printlookup()
|
| H A D | load_dstlistnode.c | 33 op.iplo_type = IPLT_DSTLIST; in load_dstlistnode()
|
| H A D | load_dstlist.c | 30 op.iplo_type = IPLT_DSTLIST; in load_dstlist()
|
| H A D | printdstlistnode.c | 32 printpoolfield(np, IPLT_DSTLIST, i); in printdstlistnode()
|
| H A D | printdstl_live.c | 55 iter.ili_type = IPLT_DSTLIST; in printdstl_live()
|
| H A D | printnat.c | 151 np->in_nsrc.na_type == IPLT_DSTLIST) { in printnat() 173 np->in_ndst.na_type == IPLT_DSTLIST) { in printnat()
|
| /freebsd/sbin/ipf/ippool/ |
| H A D | ippool.c | 508 if (type == IPLT_ALL || type == IPLT_DSTLIST) { in poolstats() 509 op.iplo_type = IPLT_DSTLIST; in poolstats() 902 if (type == IPLT_ALL || type == IPLT_DSTLIST) { in poollist_live() 905 op.iplo_type = IPLT_DSTLIST; in poollist_live() 1024 iter.ili_type = IPLT_DSTLIST; in showdstls_live()
|
| /freebsd/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_lookup.h | 55 #define IPLT_DSTLIST 3 macro
|
| H A D | ip_dstlist.c | 110 IPLT_DSTLIST,
|
| H A D | fil.c | 5503 ipf_lookup_deref(softc, IPLT_DSTLIST, fdp->fd_ptr); in ipf_derefrule() 5507 ipf_lookup_deref(softc, IPLT_DSTLIST, fdp->fd_ptr); in ipf_derefrule() 5511 ipf_lookup_deref(softc, IPLT_DSTLIST, fdp->fd_ptr); in ipf_derefrule() 7368 IPLT_DSTLIST,
|
| H A D | ip_nat.c | 1560 (n->in_ndst.na_type != IPLT_DSTLIST)) { in ipf_nat_ruleaddrinit() 1565 (n->in_nsrc.na_type != IPLT_DSTLIST)) { in ipf_nat_ruleaddrinit() 7417 if (na->na_type == IPLT_DSTLIST) { in ipf_nat_nextaddr()
|
| H A D | ip_nat6.c | 3820 case IPLT_DSTLIST : in ipf_nat6_nextaddr()
|
| /freebsd/sbin/ipf/ipnat/ |
| H A D | ipnat_y.y | 696 $$.u = IPLT_DSTLIST; 701 $$.u = IPLT_DSTLIST;
|