OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:so_timeo
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/
user_socketvar.h
153
short
so_timeo
; /* (g) connection timeout */
member in struct:socket
365
short
so_timeo
;
member in struct:xsocket
user_socket.c
342
/* wakeup(&so->
so_timeo
); */
352
* Associating wakeup with
so_timeo
identifier and timeo_cond
383
soisconnected() and sonewconn() with ident &head->
so_timeo
420
wakeup_one(&head->
so_timeo
);
425
wakeup(&so->
so_timeo
, so);
532
wakeup_one(&head->
so_timeo
);
[
all
...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_os_userspace.h
989
#define SCTP_SOWAKEUP(so) wakeup(&(so)->
so_timeo
, so)
[
all
...]
Completed in 45 milliseconds