HomeSort by relevance Sort by last modified time
    Searched defs:LISTEN (Results 1 - 8 of 8) sorted by null

  /external/iw/
mpath.c 17 LISTEN,
station.c 17 LISTEN,
248 case LISTEN:
249 strcpy(state_name, "LISTEN");
  /frameworks/base/core/java/android/net/
NetworkRequest.java 27 * to request a network via {@link ConnectivityManager#requestNetwork} or listen for changes
55 * - LISTEN, for which the framework will issue callbacks about any
92 LISTEN,
333 * Returns true iff. this NetworkRequest is of type LISTEN.
338 return type == Type.LISTEN;
ConnectivityManager.java 272 * If an application uses the network in the background, it should listen
    [all...]
  /external/syslinux/core/lwip/src/include/lwip/
tcp.h 129 LISTEN = 1,
162 /* the accept callback for listen- and normal pcbs, if LWIP_CALLBACK_API */ \
332 LWIP_ASSERT("pcb->state == LISTEN (called for wrong pcb?)", pcb->state == LISTEN); \
335 #define tcp_accepted(pcb) LWIP_ASSERT("pcb->state == LISTEN (called for wrong pcb?)", \
336 pcb->state == LISTEN)
  /external/ipsec-tools/src/racoon/
cfparse.h 59 LISTEN = 275,
224 #define LISTEN 275
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
ConnectivityServiceMock.java 343 static final boolean LISTEN = false;
394 return (isRequest ? "Request" : "Listen") +
872 // if this listen request applies and remove it
    [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 1691 milliseconds