Home | History | Annotate | Download | only in native

Lines Matching refs:packet

92  * Writes the L3 (IP) packet to the raw socket supplied in the
99 jbyteArray packet, jint offset, jint byteCount)
112 ScopedByteArrayRO byteArray(env, packet);
142 * Reads a network packet into the user-supplied buffer. Return the
143 * length of the packet, or a 0 if there was a timeout or an
144 * unacceptable packet was acquired.
149 jbyteArray packet, jint offset, jint byteCount, jint port,
157 ScopedByteArrayRW body(env, packet);
187 // the packet is an IP header, UDP header, and UDP payload
189 return 0; // runt packet