Home
last modified time | relevance | path

Searched refs:timeo (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/bluez/compat/
Dbnep.c260 struct timeval timeo; in bnep_create_connection() local
274 memset(&timeo, 0, sizeof(timeo)); in bnep_create_connection()
275 timeo.tv_sec = 30; in bnep_create_connection()
277 setsockopt(sk, SOL_SOCKET, SO_RCVTIMEO, &timeo, sizeof(timeo)); in bnep_create_connection()
288 memset(&timeo, 0, sizeof(timeo)); in bnep_create_connection()
289 timeo.tv_sec = 0; in bnep_create_connection()
291 setsockopt(sk, SOL_SOCKET, SO_RCVTIMEO, &timeo, sizeof(timeo)); in bnep_create_connection()
Dmsdun.c106 int ms_dun(int fd, int server, int timeo) in ms_dun() argument
111 timeout = timeo; in ms_dun()
Ddund.h40 int ms_dun(int fd, int server, int timeo);
/external/bluetooth/bluez/network/
Dconnection.c229 struct timeval timeo; in bnep_setup_cb() local
281 memset(&timeo, 0, sizeof(timeo)); in bnep_setup_cb()
282 timeo.tv_sec = 0; in bnep_setup_cb()
284 setsockopt(sk, SOL_SOCKET, SO_RCVTIMEO, &timeo, sizeof(timeo)); in bnep_setup_cb()
333 struct timeval timeo; in bnep_connect() local
346 memset(&timeo, 0, sizeof(timeo)); in bnep_connect()
347 timeo.tv_sec = 30; in bnep_connect()
350 setsockopt(fd, SOL_SOCKET, SO_RCVTIMEO, &timeo, sizeof(timeo)); in bnep_connect()
/external/kernel-headers/original/linux/sunrpc/
Dtimer.h15 unsigned long timeo; /* default timeout value */ member
22 extern void rpc_init_rtt(struct rpc_rtt *rt, unsigned long timeo);
/external/kernel-headers/original/linux/
Dnetlink.h204 long *timeo, struct sock *ssk);
/external/strace/
Dsystem.c431 a.wsize, a.rsize, a.timeo, a.retrans);