Searched defs:hasEther (Results 1 – 2 of 2) sorted by relevance
772 private void checkTcpPacket(final boolean hasEther, final int l3proto, final boolean hasData, in checkTcpPacket()821 private void checkUdpPacket(final boolean hasEther, final int l3proto, final boolean hasData, in checkUdpPacket()
396 public static ByteBuffer allocate(boolean hasEther, int l3proto, int l4proto, int payloadLen) { in allocate()