Home
last modified time | relevance | path

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

/mirbsd/src/sys/lib/libsa/
Dbootp.h119 unsigned int v_flags; /* flags/opcodes, etc. */ member
/mirbsd/src/sys/netinet/
Dip_mroute.c638 vifp->v_flags = vifcp->vifc_flags;
678 if (vifp->v_flags & VIFF_TUNNEL) {
1063 (vifp->v_flags & VIFF_TUNNEL) ? "tunnel on " : "",
1305 if ((vifp)->v_flags & VIFF_TUNNEL) \
1342 !(viftable[vifi].v_flags & VIFF_TUNNEL)) {
1545 if (vifp->v_flags & VIFF_TUNNEL && in ipip_mroute_input()
1764 if (vifp->v_flags & VIFF_TUNNEL) {
Dip_mroute.h133 u_int8_t v_flags; /* VIFF_ flags defined above */ member
/mirbsd/src/usr.bin/netstat/
Dmroute.c153 printf(" %-15.15s %6lu %7lu\n", (v->v_flags & VIFF_TUNNEL) ? in mroutepr()