Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dgldutil.c289 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 …]
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ether.c706 #define LLC_HDR1_LEN 3 /* DON'T use sizeof(struct llc_hdr1) */ macro
886 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()
/titanic_41/usr/src/uts/common/sys/
H A Dgldpriv.h586 #define LLC_HDR1_LEN 3 /* Length of the LLC1 header */ macro