Home
last modified time | relevance | path

Searched refs:LLC_SNAP_HDR_LEN (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dgldutil.c294 pktinfo->pktLen < pktinfo->macLen + LLC_SNAP_HDR_LEN) in gld_interpret_ether()
297 if (MBLKL(mp) < sizeof (struct ether_header) + LLC_SNAP_HDR_LEN && in gld_interpret_ether()
323 pktinfo->hdrLen = LLC_SNAP_HDR_LEN; in gld_interpret_ether()
1011 if (MBLKL(mp) < sizeof (struct fddi_mac_frm) + LLC_SNAP_HDR_LEN && in gld_interpret_fddi()
1039 if (pktinfo->pktLen < pktinfo->macLen + LLC_SNAP_HDR_LEN) in gld_interpret_fddi()
1045 pktinfo->hdrLen = LLC_SNAP_HDR_LEN; in gld_interpret_fddi()
1440 if (pktinfo->pktLen < pktinfo->macLen + LLC_SNAP_HDR_LEN) in gld_interpret_tr()
1446 pktinfo->hdrLen = LLC_SNAP_HDR_LEN; in gld_interpret_tr()
H A Dgld.c4153 dlp->dl_max_sdu -= LLC_SNAP_HDR_LEN; in gld_inforeq()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ether.c707 #define LLC_SNAP_HDR_LEN 8 macro
885 len = elen - (maclen + LLC_SNAP_HDR_LEN); in interpret_tr()
886 off = (char *)(e + maclen + LLC_SNAP_HDR_LEN); in interpret_tr()
1053 len += LLC_SNAP_HDR_LEN; /* it's a SNAP frame */ in tr_header_len()
/illumos-gate/usr/src/uts/common/sys/
H A Dgldpriv.h574 #define LLC_SNAP_HDR_LEN 8 /* Full length of SNAP header */ macro