Home
last modified time | relevance | path

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

/freebsd/usr.sbin/route6d/
H A Droute6d.c113 int iff_type; member
960 if (iffp->iff_type != 'A') in out_filter()
977 if (iffp->iff_type != 'A') in out_filter()
996 if (iffp->iff_type != 'O') in out_filter()
1322 if (iffp->iff_type != IFIL_TYPE_L) in riprecv()
3086 switch (iffp->iff_type) { in ifdump0()
3098 snprintf(buf, sizeof(buf), "Unknown-%c", iffp->iff_type); in ifdump0()
3206 iffp->iff_type = filtertype[i]; in filterconfig()
3228 syslog(LOG_INFO, "Add filter: type %d, ifname %s.", iffp->iff_type, ifname); in filterconfig()
3542 type == iffp->iff_type) in iff_find()