Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbridgestp.c275 (((uint64_t)cpdu->cbu_rootaddr[0]) << 40) | in bstp_decode_bpdu()
279 (((uint64_t)cpdu->cbu_rootaddr[4]) << 8) | in bstp_decode_bpdu()
280 (((uint64_t)cpdu->cbu_rootaddr[5]) << 0); in bstp_decode_bpdu()
293 cu->cu_max_age = ntohs(cpdu->cbu_maxage); in bstp_decode_bpdu()
298 cu->cu_message_type = cpdu->cbu_bpdutype; in bstp_decode_bpdu()
301 flags = cpdu->cbu_flags; in bstp_decode_bpdu()
302 switch (cpdu->cbu_protover) { in bstp_decode_bpdu()
534 struct bstp_cbpdu cpdu; in bstp_received_stp() local
549 bstp_decode_bpdu(bp, &cpdu, cu); in bstp_received_stp()
559 struct bstp_cbpdu cpdu; in bstp_received_rstp() local
[all …]