OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:recv_timeout
(Results
1 - 4
of
4
) sorted by null
/external/syslinux/core/lwip/src/include/lwip/
api.h
165
int
recv_timeout
;
member in struct:netconn
267
#define netconn_set_recvtimeout(conn, timeout) ((conn)->
recv_timeout
= (timeout))
269
#define netconn_get_recvtimeout(conn) ((conn)->
recv_timeout
)
/external/syslinux/core/lwip/src/api/
api_lib.c
299
if (sys_arch_mbox_fetch(&conn->acceptmbox, (void **)&newconn, conn->
recv_timeout
) == SYS_ARCH_TIMEOUT) {
366
if (sys_arch_mbox_fetch(&conn->recvmbox, &buf, conn->
recv_timeout
) == SYS_ARCH_TIMEOUT) {
api_msg.c
628
conn->
recv_timeout
= 0;
[
all
...]
/external/syslinux/core/fs/pxe/
core.c
34
priv->conn->
recv_timeout
= 15; /* A 15 ms recv timeout... */
Completed in 1578 milliseconds