Home
last modified time | relevance | path

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

/trueos/sys/net/
HDbridgestp.c376 m->m_pkthdr.len = sizeof(*eh) + BSTP_BPDU_RSTP_LEN; in bstp_send_bpdu()
377 eh->ether_type = htons(BSTP_BPDU_RSTP_LEN); in bstp_send_bpdu()
379 BSTP_BPDU_RSTP_LEN); in bstp_send_bpdu()
561 if ((*mp)->m_len < BSTP_BPDU_RSTP_LEN && in bstp_received_rstp()
562 (*mp = m_pullup(*mp, BSTP_BPDU_RSTP_LEN)) == NULL) in bstp_received_rstp()
564 memcpy(&cpdu, mtod(*mp, caddr_t), BSTP_BPDU_RSTP_LEN); in bstp_received_rstp()
HDbridgestp.h228 #define BSTP_BPDU_RSTP_LEN (3 + 36) /* LLC + RSTP pdu */ macro