Home
last modified time | relevance | path

Searched refs:TR_RII (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/net/
HDif_iso88025subr.c277 gen_th.iso88025_shost[0] |= TR_RII; in iso88025_output()
534 if (th->iso88025_shost[0] & TR_RII)
556 th->iso88025_shost[0] &= ~(TR_RII);
581 th->iso88025_shost[0] &= ~(TR_RII);
595 th->iso88025_shost[0] &= ~(TR_RII);
601 th->iso88025_shost[0] &= ~(TR_RII);
639 if (th->iso88025_shost[0] & TR_RII) { /* XXX */
HDiso88025.h66 #define TR_RII 0x80 macro