Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipmon/
H A Dipmon_y.y137 | doopt ',' doing { $1->ipmd_next = $3; $$ = $1; }
618 for (d = a->ac_doing; d != NULL; d = d->ipmd_next) in check_action()
632 a->ac_doing = d->ipmd_next; in free_action()
732 for (d = a->ac_doing; d != NULL; d = d->ipmd_next) { in print_action()
815 for (d1 = a->ac_doing; d1 != NULL; d1 = d1->ipmd_next) { in build_doing()
/freebsd/sbin/ipf/common/
H A Dipmon.h42 struct ipmon_doing_s *ipmd_next; member