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

  /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/core/
tcp.c 60 "LISTEN",
83 /** List of all TCP PCBs in LISTEN state */
142 if (rst_on_unacked_data && (pcb->state != LISTEN)) {
182 case LISTEN:
259 if (pcb->state != LISTEN) {
280 if (pcb->state == LISTEN) {
328 /* pcb->state LISTEN not allowed here */
329 LWIP_ASSERT("don't call tcp_abort/tcp_abandon for listen-pcbs",
330 pcb->state != LISTEN);
469 * Set the state of the connection to be LISTEN, which means that i
    [all...]
tcp_in.c 185 LWIP_ASSERT("tcp_input: active pcb->state != LISTEN", pcb->state != LISTEN);
447 /* In the LISTEN state, we check for incoming SYN segments,
452 LWIP_DEBUGF(TCP_RST_DEBUG, ("tcp_listen_input: ACK in LISTEN, sending reset\n"));
460 LWIP_DEBUGF(TCP_DEBUG, ("tcp_listen_input: listen backlog exceeded for port %"U16_F"\n", tcphdr->dest));
    [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
cfparse.y 194 /* listen */
195 %token LISTEN X_ISAKMP X_ISAKMP_NATT X_ADMIN STRICT_ADDRESS ADMINSOCK DISABLED
435 /* listen */
437 : LISTEN BOC listen_stmts EOC
    [all...]
cftoken.l 206 /* listen */
207 <S_INI>listen { BEGIN S_LST; YYDB; return(LISTEN); }
  /external/iw/
mpath.c 17 LISTEN,
station.c 17 LISTEN,
248 case LISTEN:
249 strcpy(state_name, "LISTEN");
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkAgentInfo.java 291 case LISTEN:
  /external/syslinux/core/lwip/src/api/
api_msg.c 756 if (conn->pcb.tcp->state == LISTEN) {
800 /* Closing of listen pcb will never fail! */
801 LWIP_ASSERT("Closing a listen pcb may not fail!", (conn->pcb.tcp->state != LISTEN));
1046 * Set a TCP pcb contained in a netconn into listen mode
    [all...]
  /external/libvncserver/webclients/java-applet/ssl/
ss_vncviewer 121 # -listen (or -reverse) set up a reverse connection.
196 # sleep longer in -listen mode:
197 if echo "$*" | grep '.*-listen' > /dev/null; then
287 "-listen") reverse=1
378 echo "*Warning*: SSL -listen and a Web proxy does not make sense."
385 echo "*Warning*: -listen and a single proxy/gateway does not make sense."
683 port="" # probably -listen mode.
717 # (possibly) tell the vncviewer to only listen on lo:
728 inuse=`netstat -ant | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $4}' | sed 's/^.*://'`
730 inuse=`netstat -an -f inet -P tcp | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $1}' | sed 's/^.*\.//'
    [all...]
  /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/libnl/lib/netfilter/
ct_obj.c 470 __ADD(TCP_CONNTRACK_LISTEN,LISTEN)
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java     [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 446 milliseconds