Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_dstlist.c361 ippool_dst_t zero, *next = NULL, *dsttab = NULL; local
369 dsttab = token->ipt_data;
370 if (dsttab == NULL) {
373 next = dsttab->ipld_next;
391 dsttab = ipf_dstlist_table_find(arg, iter->ili_unit,
393 if (dsttab == NULL) {
398 if (dsttab->ipld_dests == NULL)
401 nextnode = *dsttab->ipld_dests;
402 dsttab = NULL;
433 if (dsttab != NULL)
[all …]