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:sin6Port
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H
A
D
file_adapter.c
122
TRANS_LOGI(TRANS_FILE, "bind addr port=%{public}#x", addr.
sin6Port
);
in CreateServerSocketByIpv6()
188
addrIn6.
sin6Port
= port;
in InitSockAddrIn6ByIpPort()
194
addr->sin6_port = addrIn6.
sin6Port
;
in InitSockAddrIn6ByIpPort()
/foundation/communication/dsoftbus/tests/adapter/unittest/
H
A
D
softbus_socket_test.cpp
147
addrIn6.
sin6Port
= SoftBusHtoNs(TEST_IPV6_PORT);
in SocketIpv6ServiceStart()
164
uint16_t port = SoftBusNtoHs(serviceAddr6.
sin6Port
);
in SocketIpv6ServiceStart()
214
addrIn6.
sin6Port
= SoftBusHtoNs(TEST_IPV6_PORT);
in ClientIpv6Connect()
772
uint16_t port = SoftBusNtoHs(serviceAddr6.
sin6Port
);
in HWTEST_F()
862
addrIn6.
sin6Port
= SoftBusHtoNs(TEST_IPV6_PORT);
in HWTEST_F()
953
addrIn6.
sin6Port
= SoftBusHtoNs(TEST_IPV6_PORT);
in HWTEST_F()
1137
addrIn6.
sin6Port
= SoftBusHtoNs(TEST_PORT);
1756
addrIn6.
sin6Port
= SoftBusHtoNs(TEST_IPV6_PORT);
/foundation/communication/dsoftbus/core/connection/common/src/
H
A
D
softbus_socket.c
335
socketAddr->port = SoftBusNtoHs(((SoftBusSockAddrIn6 *)&addr)->
sin6Port
);
in ConnGetPeerSocketAddr()
464
addrIn6->
sin6Port
= SoftBusHtoNs(port);
in Ipv6AddrToAddrIn()
H
A
D
softbus_tcp_socket.c
343
return SoftBusNtoHs(((SoftBusSockAddrIn6 *)&addr)->
sin6Port
);
in GetTcpSockPort()
/foundation/communication/dsoftbus/adapter/common/include/
H
A
D
softbus_adapter_socket.h
127
uint16_t
sin6Port
; /* Ipv6 Port number */
member
Completed in 5 milliseconds