Searched refs:tout (Results 1 - 9 of 9) sorted by relevance

/external/iputils/
H A Dclockdiff.c135 struct timeval tv1, tout; local
150 tout.tv_sec = tout.tv_usec = 0;
152 if (select(FD_SETSIZE, &ready, (fd_set *)0, (fd_set *)0, &tout)) {
211 tout.tv_sec = tmo/1000;
212 tout.tv_usec = (tmo - (tmo/1000)*1000)*1000;
216 (fd_set *)0, &tout)) <= 0)
312 struct timeval tv1, tout; local
326 tout.tv_sec = tout
[all...]
/external/iproute2/misc/
H A Dlnstat_util.c67 struct timeval *tout,
70 if (now->tv_sec > last->tv_sec + tout->tv_sec)
73 if (now->tv_sec == last->tv_sec + tout->tv_sec) {
74 if (now->tv_usec > last->tv_usec + tout->tv_usec)
66 time_after(struct timeval *last, struct timeval *tout, struct timeval *now) argument
/external/ppp/pppd/
H A Dtty.c988 struct timeval levelt, tout, *top; local
1093 tout.tv_sec = 0;
1094 tout.tv_usec = 10000;
1099 top = &tout;
1106 top = &tout;
/external/bluetooth/bluedroid/stack/gap/
H A Dgap_ble.c605 UINT16 min, max, latency, tout; local
636 STREAM_TO_UINT16 (tout, pp);
638 BTM_BleSetPrefConnParams (p_clcb->bda, min, max, latency, tout);
/external/bluetooth/bluedroid/bta/sys/
H A Dbta_sys.h157 typedef void (tBTA_SYS_SSR_CFG_CBACK)(UINT8 id, UINT8 app_id, UINT16 latency, UINT16 tout);
/external/bluetooth/bluedroid/stack/rfcomm/
H A Drfc_int.h309 extern void rfc_port_timer_start (tPORT *p_port, UINT16 tout);
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_fcr.c177 UINT32 tout; local
182 tout = (UINT32)p_ccb->our_cfg.fcr.mon_tout;
186 tout = (UINT32)p_ccb->our_cfg.fcr.rtrans_tout;
190 tout, p_ccb->timer_entry.in_use, p_ccb->fcrb.wait_ack, p_ccb->fcrb.waiting_for_ack_q.count);
194 btu_start_quick_timer (&p_ccb->fcrb.mon_retrans_timer, BTU_TTYPE_L2CAP_CHNL, tout*QUICK_TIMER_TICKS_PER_SEC/1000);
/external/bluetooth/bluedroid/stack/include/
H A Dhcimsgs.h719 HCI_API extern BOOLEAN btsnd_hcic_write_conn_acc_tout(UINT8 local_controller_id, UINT16 tout); /* Write Connection Accept Timout */
/external/bluetooth/bluedroid/stack/hcic/
H A Dhcicmds.c1806 BOOLEAN btsnd_hcic_write_auto_flush_tout (UINT16 handle, UINT16 tout) argument
1823 UINT16_TO_STREAM (pp, tout);

Completed in 323 milliseconds