Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/bootp/common/
H A Dbootp.h136 u_int32 v_flags; /* flags/opcodes, etc. */ member
/netbsd-src/sys/lib/libsa/
H A Dbootp.h125 unsigned int v_flags; /* flags/opcodes, etc. */ member
/netbsd-src/sys/netinet/
H A Dip_mroute.h233 u_int8_t v_flags; /* VIFF_ flags defined above */ member
H A Dip_mroute.c868 vifp->v_flags = vifcp->vifc_flags; in add_vif()
924 if (vifp->v_flags & VIFF_TUNNEL) in reset_vif()
926 else if (vifp->v_flags & VIFF_REGISTER) { in reset_vif()
1575 if ((vifp)->v_flags & VIFF_TUNNEL) \
1697 if (vifp->v_flags & VIFF_REGISTER) in ip_mdq()
1874 if ((vifp->v_flags & VIFF_TUNNEL) == 0) in vif_encapcheck()
2042 if (vifp->v_flags & VIFF_TUNNEL) { in tbf_send_packet()
/netbsd-src/usr.bin/netstat/
H A Dmroute.c201 printf(" %-15.15s %6lu %7lu\n", (v->v_flags & VIFF_TUNNEL) ? in mroutepr()
/netbsd-src/usr.sbin/bootp/bootptest/
H A Dprint-bootp.c389 if (v->v_flags & VF_SMASK) { in cmu_print()
/netbsd-src/usr.sbin/bootp/bootpd/
H A Dbootpd.c1162 (vendp->v_flags) |= VF_SMASK; in dovend_cmu()