Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:s32_t
(Results
26 - 40
of
40
) sorted by relevance
1
2
/third_party/lwip/src/apps/snmp/
H
A
D
snmp_table.c
322
s32_t
*dst = (
s32_t
*)value;
in snmp_table_extract_value_from_s32ref()
H
A
D
snmp_mib2_tcp.c
65
s32_t
*sint_ptr = (
s32_t
*)value;
in tcp_get_value()
/third_party/lwip/src/core/ipv6/
H
A
D
ip6_addr.c
225
s32_t
i;
in ip6addr_ntoa_r()
H
A
D
ip6.c
775
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
D
arch.h
130
typedef int32_t
s32_t
;
typedef
H
A
D
api.h
256
s32_t
send_timeout;
/third_party/lwip/src/netif/
H
A
D
ethernet.c
277
s32_t
vlan_prio_vid = LWIP_HOOK_VLAN_SET(netif, p, src, dst, eth_type);
/third_party/lwip/src/api/
H
A
D
api_msg.c
1040
} 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
D
sockets.c
2053
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
D
sockets.c
1262
static
s32_t
lwip_ioctl_internal_SIOCETHTOOL(struct ifreq *ifr)
1381
s32_t
ret;
/third_party/lwip/src/apps/lwiperf/
H
A
D
lwiperf.c
293
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
D
etharp.c
195
s32_t
i;
in etharp_tmr_tick()
/third_party/lwip/src/core/
H
A
D
dns.c
417
s32_t
i;
in dns_tmr_tick()
H
A
D
tcp_in.c
1466
LWIP_ASSERT("pbuf too short!", (((
s32_t
)inseg.p->tot_len) >= off));
/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H
A
D
api_shell.c
1988
s32_t
i;
1990
s32_t
pingcount;
Completed in 27 milliseconds
1
2