Home
last modified time | relevance | path

Searched refs:s32_t (Results 26 - 40 of 40) sorted by relevance

12

/third_party/lwip/src/apps/snmp/
H A Dsnmp_table.c322 s32_t *dst = (s32_t *)value; in snmp_table_extract_value_from_s32ref()
H A Dsnmp_mib2_tcp.c65 s32_t *sint_ptr = (s32_t *)value; in tcp_get_value()
/third_party/lwip/src/core/ipv6/
H A Dip6_addr.c225 s32_t i; in ip6addr_ntoa_r()
H A Dip6.c775 s32_t opt_offset;
806 s32_t opt_dlen = 0;
866 s32_t opt_offset;
895 s32_t opt_dlen = 0;
/third_party/lwip/src/include/lwip/
H A Darch.h130 typedef int32_t s32_t; typedef
H A Dapi.h256 s32_t send_timeout;
/third_party/lwip/src/netif/
H A Dethernet.c277 s32_t vlan_prio_vid = LWIP_HOOK_VLAN_SET(netif, p, src, dst, eth_type);
/third_party/lwip/src/api/
H A Dapi_msg.c1040 } else if ((s32_t)(sys_now() - conn->current_msg->msg.sd.time_started) >=
1077 s32_t close_timeout = LWIP_TCP_CLOSE_TIMEOUT_MS_DEFAULT;
1089 if ((s32_t)(sys_now() - conn->current_msg->msg.sd.time_started) >= close_timeout) {
1723 ((s32_t)(sys_now() - conn->current_msg->msg.w.time_started) >= conn->send_timeout)) {
H A Dsockets.c2053 timeout ? (s32_t)timeout->tv_sec : (s32_t) - 1, in lwip_select()
2054 timeout ? (s32_t)timeout->tv_usec : (s32_t) - 1)); in lwip_select()
/kernel/liteos_a/net/lwip-2.1/porting/src/
H A Dsockets.c1262 static s32_t lwip_ioctl_internal_SIOCETHTOOL(struct ifreq *ifr)
1381 s32_t ret;
/third_party/lwip/src/apps/lwiperf/
H A Dlwiperf.c293 u32_t time = (u32_t) - (s32_t)lwip_htonl(conn->settings.amount); in lwiperf_tcp_client_send_more()
/third_party/lwip/src/core/ipv4/
H A Detharp.c195 s32_t i; in etharp_tmr_tick()
/third_party/lwip/src/core/
H A Ddns.c417 s32_t i; in dns_tmr_tick()
H A Dtcp_in.c1466 LWIP_ASSERT("pbuf too short!", (((s32_t)inseg.p->tot_len) >= off));
/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H A Dapi_shell.c1988 s32_t i;
1990 s32_t pingcount;

Completed in 27 milliseconds

12