Searched refs:LLC_HDR1_LEN (Results 1 – 3 of 3) sorted by relevance
289 if (pktinfo->pktLen < pktinfo->macLen + LLC_HDR1_LEN) in gld_interpret_ether()1117 if (pktinfo->pktLen < pktinfo->macLen + LLC_HDR1_LEN) in gld_interpret_fddi()1476 LLC_HDR1_LEN + sizeof (struct rde_pdu) && in gld_interpret_tr()1518 if (pktinfo->pktLen < pktinfo->macLen + LLC_HDR1_LEN) in gld_interpret_tr()1590 if (MBLKL(llcmp) < LLC_HDR1_LEN) { in gld_unitdata_tr()1591 llcmp = pmp = msgpullup(nmp, LLC_HDR1_LEN); in gld_unitdata_tr()1841 struct rde_pdu *pdu = (struct rde_pdu *)(llcpkt + LLC_HDR1_LEN); in gld_rcc_receive()1842 int pdulen = llcpktlen - LLC_HDR1_LEN; in gld_rcc_receive()1914 nlen = sizeof (struct tr_mac_frm) + LLC_HDR1_LEN + in gld_send_rqr()1930 nmp->b_rptr -= LLC_HDR1_LEN; in gld_send_rqr()[all …]
706 #define LLC_HDR1_LEN 3 /* DON'T use sizeof(struct llc_hdr1) */ macro886 len = elen - (maclen + LLC_HDR1_LEN); in interpret_tr()887 off = (char *)(e + maclen + LLC_HDR1_LEN); in interpret_tr()1053 len += LLC_HDR1_LEN; in tr_header_len()
586 #define LLC_HDR1_LEN 3 /* Length of the LLC1 header */ macro