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

/freebsd-10.0-release/sys/net/
H A Dbridgestp.c185 bp->bp_flags &= ~BSTP_PORT_NEWINFO;
500 if (bp->bp_flags & BSTP_PORT_CANMIGRATE)
939 bp->bp_flags |= BSTP_PORT_NEWINFO;
971 bp->bp_flags |= BSTP_PORT_NEWINFO;
1025 bp->bp_flags |= BSTP_PORT_NEWINFO;
1055 (bp->bp_flags & BSTP_PORT_DISPUTED)) && !bp->bp_operedge &&
1058 bp->bp_flags &= ~BSTP_PORT_DISPUTED;
1068 if (bp->bp_flags & BSTP_PORT_NEWINFO)
1154 bp->bp_flags |= BSTP_PORT_NEWINFO;
1338 bp->bp_flags
[all...]
H A Dbridgestp.h283 uint32_t bp_flags; member in struct:bstp_port
H A Dif_bridge.c1198 req->ifbr_stpflags = bp->bp_flags;
1206 if (bp->bp_flags & BSTP_PORT_AUTOEDGE)
1210 if (bp->bp_flags & BSTP_PORT_AUTOPTP)
1212 if (bp->bp_flags & BSTP_PORT_ADMEDGE)
1214 if (bp->bp_flags & BSTP_PORT_ADMCOST)
/freebsd-10.0-release/lib/libstand/
H A Dbootp.h33 unsigned short bp_flags; member in struct:bootp
/freebsd-10.0-release/libexec/bootpd/
H A Dbootp.h51 unsigned short bp_flags; /* RFC1532 broadcast, etc. */ member in struct:bootp
/freebsd-10.0-release/contrib/tcpdump/
H A Dbootp.h30 u_int16_t bp_flags; /* flags - see bootp_flag_values[] member in struct:bootp
H A Dprint-bootp.c107 bittok2str(bootp_flag_values, "none", EXTRACT_16BITS(&bp->bp_flags)));
109 printf(" (0x%04x)", EXTRACT_16BITS(&bp->bp_flags));

Completed in 100 milliseconds