Searched refs:dstlist (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/ipfilter/
H A Dip_dstlist.c78 ippool_dst_t *dstlist[LOOKUP_POOL_SZ]; member in struct:ipf_dstl_softc_s
167 softd->tails[i] = &softd->dstlist[i];
227 while (softd->dstlist[i + 1] != NULL) {
229 softd->dstlist[i + 1]);
288 for (node = softd->dstlist[i + 1]; node != NULL; node = next) {
379 next = softd->dstlist[(int)iter->ili_unit + 1];
797 stats.ipls_list[i] = softd->dstlist[i];
805 ptr = softd->dstlist[unit + 1];
1059 for (d = softd->dstlist[unit + 1]; d != NULL; d = d->ipld_next) {
1336 for (list = softd->dstlist[
[all...]
/freebsd-11.0-release/sys/contrib/ipfilter/netinet/
H A Dip_dstlist.c78 ippool_dst_t *dstlist[LOOKUP_POOL_SZ]; member in struct:ipf_dstl_softc_s
167 softd->tails[i] = &softd->dstlist[i];
227 while (softd->dstlist[i + 1] != NULL) {
229 softd->dstlist[i + 1]);
288 for (node = softd->dstlist[i + 1]; node != NULL; node = next) {
379 next = softd->dstlist[(int)iter->ili_unit + 1];
797 stats.ipls_list[i] = softd->dstlist[i];
805 ptr = softd->dstlist[unit + 1];
1059 for (d = softd->dstlist[unit + 1]; d != NULL; d = d->ipld_next) {
1336 for (list = softd->dstlist[
[all...]
/freebsd-11.0-release/bin/sh/
H A Dexpand.c186 #define NEXTWORD(c, flag, p, dstlist) p = nextword(c, flag, p, dstlist)
1027 * The results are stored in the list dstlist.
1030 expandmeta(char *pattern, struct arglist *dstlist) argument
1036 firstmatch = dstlist->count;
1042 expmeta(expdir, pattern, dstlist);
1047 if (dstlist->count == firstmatch) {
1052 appendarglist(dstlist, pattern);
1054 qsort(&dstlist->args[firstmatch],
1055 dstlist
[all...]
/freebsd-11.0-release/contrib/ipfilter/tools/
H A Dippool_y.y94 %type <ipd> dstentry dstentries dstlist
433 start dstlist end
519 dstlist: label
570 { "dstlist", IPT_DSTLIST },

Completed in 108 milliseconds