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

  /external/syslinux/core/lwip/src/include/lwip/
tcp.h 325 #define tcp_sndqueuelen(pcb) ((pcb)->snd_queuelen) macro
  /external/syslinux/core/lwip/src/api/
api_msg.c 296 (tcp_sndqueuelen(conn->pcb.tcp) < TCP_SNDQUEUELOWAT)) {
330 (tcp_sndqueuelen(conn->pcb.tcp) < TCP_SNDQUEUELOWAT)) {
    [all...]

Completed in 409 milliseconds