Searched refs:LLC_PDU_TYPE_U_MASK (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/
H A Dllc_pdu.h51 #define LLC_PDU_TYPE_U_MASK 0x03 /* 8-bit control field */ macro
62 (((pdu->ctrl_1 & LLC_PDU_TYPE_U_MASK) == LLC_PDU_TYPE_U) ? 1 : 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/
H A Dllc_pdu.h51 #define LLC_PDU_TYPE_U_MASK 0x03 /* 8-bit control field */ macro
62 (((pdu->ctrl_1 & LLC_PDU_TYPE_U_MASK) == LLC_PDU_TYPE_U) ? 1 : 0)

Completed in 139 milliseconds