Searched refs:wType (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/vt6655/
H A Dtether.h97 // wType field in the SEthernetHeader
159 unsigned short wType; member in struct:tagSEthernetHeader
H A Dwroute.c98 if (ntohs(pDevice->sTxEthHeader.wType) > ETH_DATA_LEN) {
H A Drxtx.c1600 if (ntohs(psEthHeader->wType) > ETH_DATA_LEN) {
1601 if ((psEthHeader->wType == TYPE_PKT_IPX) ||
1602 (psEthHeader->wType == cpu_to_le16(0xF380))) {
1609 memcpy(pbyType, &(psEthHeader->wType), sizeof(unsigned short));
1964 if (ntohs(psEthHeader->wType) > ETH_DATA_LEN) {
1965 if ((psEthHeader->wType == TYPE_PKT_IPX) ||
1966 (psEthHeader->wType == cpu_to_le16(0xF380))) {
1973 memcpy(pbyType, &(psEthHeader->wType), sizeof(unsigned short));
H A Ddevice_main.c2138 if (ntohs(pDevice->sTxEthHeader.wType) > ETH_DATA_LEN) {
2341 if (ntohs(pDevice->sTxEthHeader.wType) > ETH_DATA_LEN) {
2456 if (pDevice->sTxEthHeader.wType == TYPE_PKT_802_1x) {
2502 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"ntohs Pkt Type=%04x\n", ntohs(pDevice->sTxEthHeader.wType));
2503 if ((pDevice->sTxEthHeader.wType) == TYPE_PKT_802_1x) {
2505 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"Pkt Type=%04x\n", (pDevice->sTxEthHeader.wType));
2609 if (pDevice->sTxEthHeader.wType == TYPE_PKT_802_1x) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dtether.h93 // wType field in the SEthernetHeader
155 WORD wType; member in struct:tagSEthernetHeader
H A Drxtx.c1469 if (ntohs(psEthHeader->wType) > ETH_DATA_LEN) {
1703 if (ntohs(psEthHeader->wType) > ETH_DATA_LEN) {
1705 if ( (psEthHeader->wType == TYPE_PKT_IPX) ||
1706 (psEthHeader->wType == cpu_to_le16(0xF380))) {
1712 memcpy(pbyType, &(psEthHeader->wType), sizeof(WORD));
1714 memcpy((PBYTE) (pbyPayloadHead), &(psEthHeader->wType), sizeof(WORD));
2843 if (pDevice->sTxEthHeader.wType == TYPE_PKT_802_1x) {
2991 if (pDevice->sTxEthHeader.wType == TYPE_PKT_802_1x) {
3018 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"ntohs Pkt Type=%04x\n", ntohs(pDevice->sTxEthHeader.wType));
3019 if ((pDevice->sTxEthHeader.wType)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/vt6655/
H A Dtether.h97 // wType field in the SEthernetHeader
159 unsigned short wType; member in struct:tagSEthernetHeader
H A Dwroute.c98 if (ntohs(pDevice->sTxEthHeader.wType) > ETH_DATA_LEN) {
H A Drxtx.c1600 if (ntohs(psEthHeader->wType) > ETH_DATA_LEN) {
1601 if ((psEthHeader->wType == TYPE_PKT_IPX) ||
1602 (psEthHeader->wType == cpu_to_le16(0xF380))) {
1609 memcpy(pbyType, &(psEthHeader->wType), sizeof(unsigned short));
1964 if (ntohs(psEthHeader->wType) > ETH_DATA_LEN) {
1965 if ((psEthHeader->wType == TYPE_PKT_IPX) ||
1966 (psEthHeader->wType == cpu_to_le16(0xF380))) {
1973 memcpy(pbyType, &(psEthHeader->wType), sizeof(unsigned short));
H A Ddevice_main.c2138 if (ntohs(pDevice->sTxEthHeader.wType) > ETH_DATA_LEN) {
2341 if (ntohs(pDevice->sTxEthHeader.wType) > ETH_DATA_LEN) {
2456 if (pDevice->sTxEthHeader.wType == TYPE_PKT_802_1x) {
2502 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"ntohs Pkt Type=%04x\n", ntohs(pDevice->sTxEthHeader.wType));
2503 if ((pDevice->sTxEthHeader.wType) == TYPE_PKT_802_1x) {
2505 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"Pkt Type=%04x\n", (pDevice->sTxEthHeader.wType));
2609 if (pDevice->sTxEthHeader.wType == TYPE_PKT_802_1x) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/vt6656/
H A Dtether.h93 // wType field in the SEthernetHeader
155 WORD wType; member in struct:tagSEthernetHeader
H A Drxtx.c1469 if (ntohs(psEthHeader->wType) > ETH_DATA_LEN) {
1703 if (ntohs(psEthHeader->wType) > ETH_DATA_LEN) {
1705 if ( (psEthHeader->wType == TYPE_PKT_IPX) ||
1706 (psEthHeader->wType == cpu_to_le16(0xF380))) {
1712 memcpy(pbyType, &(psEthHeader->wType), sizeof(WORD));
1714 memcpy((PBYTE) (pbyPayloadHead), &(psEthHeader->wType), sizeof(WORD));
2843 if (pDevice->sTxEthHeader.wType == TYPE_PKT_802_1x) {
2991 if (pDevice->sTxEthHeader.wType == TYPE_PKT_802_1x) {
3018 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"ntohs Pkt Type=%04x\n", ntohs(pDevice->sTxEthHeader.wType));
3019 if ((pDevice->sTxEthHeader.wType)
[all...]

Completed in 288 milliseconds