Home
last modified time | relevance | path

Searched refs:ts (Results 1 – 6 of 6) sorted by relevance

/lib/liblwip/src/arch/
Dsys_arch.c380 struct timespec ts; in cond_wait() local
391 ts.tv_nsec = usec * 1000; in cond_wait()
392 ts.tv_sec = sec; in cond_wait()
394 retval = pthread_cond_timedwait(cond, mutex, &ts); in cond_wait()
/lib/liblwip/src/include/lwip/
Dnetif.h203 u32_t ts; member
238 (netif)->ts = 0; \
Dsnmp_msg.h276 u32_t ts; member
/lib/liblwip/src/core/snmp/
Dmsg_out.c247 snmp_get_sysuptime(&trap_msg.ts); in snmp_send_trap()
367 snmp_asn1_enc_u32t_cnt(m_trap->ts, &thl->tslen); in snmp_trap_header_sum()
598 snmp_asn1_enc_u32t(p, ofs, m_trap->thl.tslen, m_trap->ts); in snmp_trap_header_enc()
Dmib2.c2537 *uint_ptr = netif->ts; in ifentry_get_value()
/lib/liblwip/src/core/
Dnetif.c459 snmp_get_sysuptime(&netif->ts); in netif_set_up()
495 snmp_get_sysuptime(&netif->ts); in netif_set_down()