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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DFrameParser.java189 private static final byte UDP_PORT_BOOTPS = 67; field in class:FrameParser
201 if ((srcPort == UDP_PORT_BOOTPC && dstPort == UDP_PORT_BOOTPS)
202 || (srcPort == UDP_PORT_BOOTPS && dstPort == UDP_PORT_BOOTPC)) {

Completed in 29 milliseconds