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:gaddr
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ltp/utils/sctp/func_tests/
H
A
D
test_1_to_1_sockopt.c
94
struct sockaddr_in *
gaddr
;
in main()
local
381
gaddr
= (struct sockaddr_in *) &gprimaddr.ssp_addr;
in main()
382
if(htons(
gaddr
->sin_port) != lstn_addr.sin_port &&
in main()
383
gaddr
->sin_family != lstn_addr.sin_family &&
in main()
384
gaddr
->sin_addr.s_addr != lstn_addr.sin_addr.s_addr)
in main()
/third_party/libcoap/src/
H
A
D
coap_net.c
4258
coap_address_t
gaddr
;
in coap_join_mcast_group_intf()
local
4260
coap_address_init(&
gaddr
);
in coap_join_mcast_group_intf()
4275
gaddr
.addr.sin6.sin6_family = AF_INET6;
in coap_join_mcast_group_intf()
4276
gaddr
.addr.sin6.sin6_port = endpoint->bind_addr.addr.sin6.sin6_port;
in coap_join_mcast_group_intf()
4277
gaddr
.addr.sin6.sin6_addr = mreq6.ipv6mr_multiaddr =
in coap_join_mcast_group_intf()
4299
gaddr
.addr.sin.sin_family = AF_INET;
in coap_join_mcast_group_intf()
4300
gaddr
.addr.sin.sin_port = endpoint->bind_addr.addr.sin.sin_port;
in coap_join_mcast_group_intf()
4301
gaddr
.addr.sin.sin_addr.s_addr = mreq4.imr_multiaddr.s_addr =
in coap_join_mcast_group_intf()
4318
if (coap_print_addr(&
gaddr
, (uint8_t *)addr_str,
in coap_join_mcast_group_intf()
Completed in 6 milliseconds