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

/linux-4.4.14/drivers/staging/wilc1000/
H A Dlinux_wlan.c1366 char *pu8UdpBuffer; mac_xmit() local
1401 pu8UdpBuffer = (char *)ih + sizeof(struct iphdr); mac_xmit()
1402 if ((pu8UdpBuffer[1] == 68 && pu8UdpBuffer[3] == 67) || (pu8UdpBuffer[1] == 67 && pu8UdpBuffer[3] == 68)) mac_xmit()
1403 PRINT_D(GENERIC_DBG, "DHCP Message transmitted, type:%x %x %x\n", pu8UdpBuffer[248], pu8UdpBuffer[249], pu8UdpBuffer[250]); mac_xmit()

Completed in 50 milliseconds