Home
last modified time | relevance | path

Searched refs:bp_flags (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/net/
H A Dbridgestp.c327 bp->bp_flags &= ~BSTP_PORT_NEWINFO; in bstp_transmit()
1065 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_roles()
1095 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_roles()
1147 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_roles()
1273 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_info()
1475 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_set_port_tc()
1528 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_set_timer_tc()
1805 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_hello_timer_expiry()
2033 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_add()
2118 bp->bp_flags |= BSTP_PORT_AUTOPTP; in bstp_ifsflags()
[all …]
H A Dif_bridge.h332 u_int32_t bp_flags; member
H A Dif_bridge.c637 breq->ifbr_stpflags = bp->bp_flags; in bridge_bifgetstp()
648 if (bp->bp_flags & BSTP_PORT_AUTOEDGE) in bridge_bifgetstp()
652 if (bp->bp_flags & BSTP_PORT_AUTOPTP) in bridge_bifgetstp()
/openbsd/usr.sbin/tcpdump/
H A Dprint-bootp.c77 TCHECK(bp->bp_flags); in bootp_print()
94 if (bp->bp_flags) in bootp_print()
95 printf(" flags:0x%x", ntohs(bp->bp_flags)); in bootp_print()
H A Dbootp.h32 unsigned short bp_flags; /* flags: 0x8000 is broadcast */ member
/openbsd/sys/lib/libsa/
H A Dbootp.h38 u_short bp_flags; /* RFC1532 broadcast, etc. */ member