Searched refs:bp_flags (Results 1 – 6 of 6) sorted by relevance
191 bp->bp_flags &= ~BSTP_PORT_NEWINFO; in bstp_transmit()964 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_roles()996 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_roles()1050 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_roles()1179 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_info()1647 bp->bp_flags |= BSTP_PORT_ADMCOST; in bstp_set_path_cost()1663 bp->bp_flags |= BSTP_PORT_ADMEDGE; in bstp_set_edge()1703 bp->bp_flags |= BSTP_PORT_AUTOPTP; in bstp_set_autoptp()1727 bp->bp_flags |= BSTP_PORT_PNDCOST; in bstp_calc_path_cost()1984 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_hello_timer_expiry()[all …]
284 uint32_t bp_flags; member
1345 req->ifbr_stpflags = bp->bp_flags; in bridge_ioctl_gifflags()1353 if (bp->bp_flags & BSTP_PORT_AUTOEDGE) in bridge_ioctl_gifflags()1357 if (bp->bp_flags & BSTP_PORT_AUTOPTP) in bridge_ioctl_gifflags()1359 if (bp->bp_flags & BSTP_PORT_ADMEDGE) in bridge_ioctl_gifflags()1361 if (bp->bp_flags & BSTP_PORT_ADMCOST) in bridge_ioctl_gifflags()
51 unsigned short bp_flags; /* RFC1532 broadcast, etc. */ member
35 unsigned short bp_flags; member
65 uint16_t bp_flags; /* flags - see bootp_flag_values[] member325 ND_TCHECK(bp->bp_flags); in bootp_print()327 bittok2str(bootp_flag_values, "none", EXTRACT_16BITS(&bp->bp_flags)))); in bootp_print()329 ND_PRINT((ndo, " (0x%04x)", EXTRACT_16BITS(&bp->bp_flags))); in bootp_print()