Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Dbridgestp.c218 bstp_transmit(struct bstp_state *bs, struct bstp_port *bp) in bstp_transmit() argument
220 if (bs->bs_running == 0) { in bstp_transmit()
230 bstp_hello_timer_expiry(bs, bp); in bstp_transmit()
233 if (bp->bp_txcount > bs->bs_txholdcount) { in bstp_transmit()
239 bstp_transmit_bpdu(bs, bp); in bstp_transmit()
244 bstp_transmit_bpdu(bs, bp); in bstp_transmit()
249 bstp_transmit_tcn(bs, bp); in bstp_transmit()
258 bstp_transmit_bpdu(struct bstp_state *bs, struct bstp_port *bp) in bstp_transmit_bpdu() argument
262 BSTP_LOCK_ASSERT(bs); in bstp_transmit_bpdu()
290 bstp_send_bpdu(bs, bp, &bpdu); in bstp_transmit_bpdu()
[all …]
H A Dif_bridge.c3175 struct bstp_state *bs = &sc->sc_stp; in bridge_ioctl_gpri() local
3177 param->ifbrp_prio = bs->bs_bridge_priority; in bridge_ioctl_gpri()
3198 struct bstp_state *bs = &sc->sc_stp; in bridge_ioctl_ght() local
3200 param->ifbrp_hellotime = bs->bs_bridge_htime >> 8; in bridge_ioctl_ght()
3221 struct bstp_state *bs; in bridge_ioctl_gfd() local
3224 bs = &sc->sc_stp; in bridge_ioctl_gfd()
3225 param->ifbrp_fwddelay = bs->bs_bridge_fdelay >> 8; in bridge_ioctl_gfd()
3246 struct bstp_state *bs; in bridge_ioctl_gma() local
3249 bs = &sc->sc_stp; in bridge_ioctl_gma()
3250 param->ifbrp_maxage = bs->bs_bridge_max_age >> 8; in bridge_ioctl_gma()
[all …]
H A Dbpf.c1937 struct bpf_stat bs; in bpfioctl() local
1939 bzero(&bs, sizeof(bs)); in bpfioctl()
1940 bs.bs_recv = d->bd_rcount; in bpfioctl()
1941 bs.bs_drop = d->bd_dcount; in bpfioctl()
1942 bcopy(&bs, addr, sizeof(bs)); in bpfioctl()
/xnu-8020.101.4/bsd/vm/
H A Dvnode_pager.h94 void *bs; member