Searched defs:listen (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dlisten.c2 Implement the listen API.
19 Establish the known port to listen for network connections.
21 The listen routine places the port into a state that enables connection
27 <a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/listen.html">POSIX</a>
41 listen ( function
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dsockets.h65 #define SO_ACCEPTCONN 0x0002 /* socket has had listen() */
258 #define listen(a,b) lwip_listen(a,b) macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dsockets.h117 #define SO_ACCEPTCONN 0x0002 /* socket has had listen() */
410 #define listen(a,b) lwip_listen(a,b) macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprio.h477 PRListenFN listen; /* Prepare to listen for (net) connections */ member in struct:PRIOMethods
1476 * used to listen for new connections.
1482 * Upon successful completion of listen request, PR_Listen
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 47 milliseconds