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

/libcore/luni/src/main/java/android/system/
H A DPacketSocketAddress.java37 public short sll_hatype; field in class:PacketSocketAddress
47 short sll_hatype, byte sll_pkttype, byte[] sll_addr) {
50 this.sll_hatype = sll_hatype;
46 PacketSocketAddress(short sll_protocol, int sll_ifindex, short sll_hatype, byte sll_pkttype, byte[] sll_addr) argument

Completed in 151 milliseconds