Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ipfilter/tools/
HDipmon_y.y354 a->ac_direction = o->o_num;
464 if (a->ac_direction == IPM_IN) {
469 } else if (a->ac_direction == IPM_OUT) {
854 if (a->ac_direction == IPM_IN)
856 else if (a->ac_direction == IPM_OUT)
/freebsd-11-stable/contrib/ipfilter/
HDipmon.h61 int ac_direction; member