Searched defs:packet (Results 1 - 3 of 3) sorted by relevance

/development/ndk/platforms/android-3/include/linux/netfilter/
H A Dxt_statistic.h36 u_int32_t packet; member in struct:xt_statistic_info::__anon158::__anon160
/development/samples/ToyVpn/server/linux/
H A DToyVpnServer.cpp108 char packet[1024]; local
112 int n = recvfrom(tunnel, packet, sizeof(packet), 0,
117 packet[n] = 0;
118 } while (packet[0] != 0 || strcmp(secret, &packet[1]));
201 // Send the parameters several times in case of packet loss.
206 // Allocate the buffer for a single packet.
207 char packet[32767]; local
219 // Read the outgoing packet fro
[all...]
/development/ndk/platforms/android-3/include/linux/
H A Dcdrom.h674 __u8 packet : 1; member in struct:__anon67
687 __u8 packet : 1; member in struct:__anon67

Completed in 247 milliseconds