Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dgldutil.c288 if (pktinfo->pktLen < pktinfo->macLen + LLC_HDR1_LEN) in gld_interpret_ether()
1034 if (pktinfo->pktLen < pktinfo->macLen + LLC_HDR1_LEN) in gld_interpret_fddi()
1393 LLC_HDR1_LEN + sizeof (struct rde_pdu) && in gld_interpret_tr()
1435 if (pktinfo->pktLen < pktinfo->macLen + LLC_HDR1_LEN) in gld_interpret_tr()
1507 if (MBLKL(llcmp) < LLC_HDR1_LEN) { in gld_unitdata_tr()
1508 llcmp = pmp = msgpullup(nmp, LLC_HDR1_LEN); in gld_unitdata_tr()
1759 int pdulen = llcpktlen - LLC_HDR1_LEN; in gld_rcc_receive()
1831 nlen = sizeof (struct tr_mac_frm) + LLC_HDR1_LEN + in gld_send_rqr()
1847 nmp->b_rptr -= LLC_HDR1_LEN; in gld_send_rqr()
1998 nlen = sizeof (struct tr_mac_frm) + LLC_HDR1_LEN + in gld_rde_pdu_req()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ether.c708 #define LLC_HDR1_LEN 3 /* DON'T use sizeof(struct llc_hdr1) */ macro
888 len = elen - (maclen + LLC_HDR1_LEN); in interpret_tr()
889 off = (char *)(e + maclen + LLC_HDR1_LEN); in interpret_tr()
1055 len += LLC_HDR1_LEN; in tr_header_len()
/illumos-gate/usr/src/uts/common/sys/
H A Dgldpriv.h573 #define LLC_HDR1_LEN 3 /* Length of the LLC1 header */ macro