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:u_addr
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libcoap/examples/lwip/
H
A
D
server.c
109
printf("IP6 [%s]\n", ip6addr_ntoa(&netif.ip6_addr[0].
u_addr
.ip6));
in main()
/third_party/libwebsockets/lib/plat/freertos/esp32/drivers/netdev/
H
A
D
wifi-esp32.c
328
memcpy(sa46->sa4.sin_addr, &eip->
u_addr
.ip4.addr, );
363
e32ip.ip.
u_addr
.ipv4 = 0x08080808;
in _event_handler_ip()
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
dissect.c
77
static inline usage_t
u_addr
(usage_t mode)
in u_addr()
function
113
mode =
u_addr
(mode);
in fix_mode()
429
do_expression(
u_addr
(mode), unop);
in do_expression()
/third_party/lwip/src/include/lwip/
H
A
D
ip_addr.h
73
}
u_addr
;
member
116
#define ip_2_ip6(ipaddr) (&((ipaddr)->
u_addr
.ip6))
120
#define ip_2_ip4(ipaddr) (&((ipaddr)->
u_addr
.ip4))
/third_party/lwip/src/core/
H
A
D
dns.c
838
(void)strcpy_s(udp_data_hdr.dest_addr, sizeof(udp_data_hdr.dest_addr), ip4addr_ntoa(&dst->
u_addr
.ip4));
in dns_send()
929
local_addr.
u_addr
.ip4.addr = ipaddr_addr(LOCAL_SERVER_IP);
in dns_send()
1317
if (addr->type != IPADDR_TYPE_V4 || addr->
u_addr
.ip4.addr != ipaddr_addr(LOCAL_SERVER_IP) ||
in dns_recv()
/third_party/libcoap/src/
H
A
D
coap_debug.c
460
memcpy(buf, ip6addr_ntoa(&addr->addr.
u_addr
.ip6), 40);
in coap_print_ip_addr()
Completed in 10 milliseconds