Searched refs:ac_doing (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/ipfilter/
H A Dipmon.h86 ipmon_doing_t *ac_doing; member in struct:ipmon_action
/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dipmon_y.y423 a->ac_doing = todo;
624 for (d = a->ac_doing; d != NULL; d = d->ipmd_next)
638 while ((d = a->ac_doing) != NULL) {
639 a->ac_doing = d->ipmd_next;
741 for (d = a->ac_doing; d != NULL; d = d->ipmd_next) {
828 for (d1 = a->ac_doing; d1 != NULL; d1 = d1->ipmd_next) {

Completed in 97 milliseconds