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

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

Completed in 110 milliseconds