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

/illumos-gate/usr/src/uts/common/io/
H A Dgldutil.c289 if (pktinfo->pktLen < pktinfo->macLen + LLC_HDR1_LEN)
1117 if (pktinfo->pktLen < pktinfo->macLen + LLC_HDR1_LEN)
1476 LLC_HDR1_LEN + sizeof (struct rde_pdu) &&
1518 if (pktinfo->pktLen < pktinfo->macLen + LLC_HDR1_LEN)
1590 if (MBLKL(llcmp) < LLC_HDR1_LEN) {
1591 llcmp = pmp = msgpullup(nmp, LLC_HDR1_LEN);
1841 struct rde_pdu *pdu = (struct rde_pdu *)(llcpkt + LLC_HDR1_LEN);
1842 int pdulen = llcpktlen - LLC_HDR1_LEN;
1914 nlen = sizeof (struct tr_mac_frm) + LLC_HDR1_LEN +
1930 nmp->b_rptr -= LLC_HDR1_LEN;
[all...]
/illumos-gate/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);
887 off = (char *)(e + maclen + LLC_HDR1_LEN);
1053 len += LLC_HDR1_LEN;
/illumos-gate/usr/src/uts/common/sys/
H A Dgldpriv.h586 #define LLC_HDR1_LEN 3 /* Length of the LLC1 header */ macro

Completed in 591 milliseconds