Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ipfilter/tools/
HDipmon_y.y364 a->ac_iface = o->o_str;
539 if (strcmp(a->ac_iface, ipf->fl_ifname)) {
644 if (a->ac_iface != NULL) {
645 free(a->ac_iface);
646 a->ac_iface = NULL;
882 printf("%siface = %s", coma, a->ac_iface);
/freebsd-11-stable/contrib/ipfilter/
HDipmon.h77 char *ac_iface; member