Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_bridgevar.h148 #define IFBIF_BSTP_PTP 0x0080 /* member stp point to point */ macro
157 #define IFBIFMASK ~(IFBIF_BSTP_EDGE|IFBIF_BSTP_AUTOEDGE|IFBIF_BSTP_PTP| \
H A Dif_bridge.c1316 req->ifbr_ifsflags |= IFBIF_BSTP_PTP; in bridge_ioctl_gifflags()
1357 bstp_set_ptp(bp, req->ifbr_ifsflags & IFBIF_BSTP_PTP ? 1 : 0); in bridge_ioctl_sifflags()
/f-stack/tools/compat/include/net/
H A Dif_bridgevar.h148 #define IFBIF_BSTP_PTP 0x0080 /* member stp point to point */ macro
157 #define IFBIFMASK ~(IFBIF_BSTP_EDGE|IFBIF_BSTP_AUTOEDGE|IFBIF_BSTP_PTP| \
/f-stack/tools/ifconfig/
H A Difbridge.c409 do_bridgeflag(s, val, IFBIF_BSTP_PTP, 1); in setbridge_ptp()
415 do_bridgeflag(s, val, IFBIF_BSTP_PTP, 0); in unsetbridge_ptp()