Home
last modified time | relevance | path

Searched defs:tcp_listen (Results 1 – 2 of 2) sorted by relevance

/third_party/pulseaudio/src/modules/dbus/
Dmodule-dbus-protocol.c66 char *tcp_listen; member
/third_party/lwip/src/include/lwip/
Dtcp.h476 #define tcp_listen(pcb) tcp_listen_with_backlog(pcb, TCP_DEFAULT_LISTEN_BACKLOG) macro