Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ether.c707 #define CNTL_LLC_UI 0x03 /* un-numbered information packet */ macro
854 snaphdr->control == CNTL_LLC_UI) { in interpret_tr()
1050 snaphdr->control == CNTL_LLC_UI) in tr_header_len()
/titanic_50/usr/src/uts/common/io/
H A Dgldutil.c70 CNTL_LLC_UI, /* Control 0x03 */
78 snaphdr->control == CNTL_LLC_UI && \
1850 if (snaphdr->control != CNTL_LLC_UI) in gld_rcc_receive()
1933 nsnaphdr->control = CNTL_LLC_UI; in gld_send_rqr()
2107 nsnaphdr->control = CNTL_LLC_UI; in gld_rde_pdu_req()
/titanic_50/usr/src/uts/common/sys/
H A Dgldpriv.h589 #define CNTL_LLC_UI 0x03 /* un-numbered information packet */ macro