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:mh
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H
A
D
sys_socket.c
83
struct msghdr
mh
;
in SocketSendEx()
local
90
mh
.msg_name = (struct sockaddr *)&s->dstAddr;
in SocketSendEx()
91
mh
.msg_namelen = sizeof(struct sockaddr_in);
in SocketSendEx()
92
mh
.msg_iov = (struct iovec *)iov;
in SocketSendEx()
93
mh
.msg_iovlen = (size_t)cnt;
in SocketSendEx()
94
mh
.msg_control = ctrl;
in SocketSendEx()
95
mh
.msg_controllen = sizeof(ctrl);
in SocketSendEx()
96
mh
.msg_flags = 0;
in SocketSendEx()
98
SetupCmsg(CMSG_FIRSTHDR(&
mh
), mss);
in SocketSendEx()
100
ret = (int32_t)sendmsg(s->sockfd, &
mh
,
in SocketSendEx()
112
struct msghdr
mh
;
SendUdpSegment()
local
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H
A
D
sys_socket.c
100
struct msghdr
mh
;
in SocketSendEx()
local
107
mh
.msg_name = (struct sockaddr *)&s->dstAddr;
in SocketSendEx()
108
mh
.msg_namelen = sizeof(struct sockaddr_in);
in SocketSendEx()
109
mh
.msg_iov = (struct iovec *)iov;
in SocketSendEx()
110
mh
.msg_iovlen = (size_t)cnt;
in SocketSendEx()
111
mh
.msg_control = ctrl;
in SocketSendEx()
112
mh
.msg_controllen = sizeof(ctrl);
in SocketSendEx()
113
mh
.msg_flags = 0;
in SocketSendEx()
115
SetupCmsg(CMSG_FIRSTHDR(&
mh
), mss);
in SocketSendEx()
117
ret = (int32_t)sendmsg(s->sockfd, &
mh
,
in SocketSendEx()
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H
A
D
check_gso_support.c
40
struct msghdr
mh
;
in SendUdpSegment()
local
60
mh
.msg_name = (struct sockaddr *)sa;
in SendUdpSegment()
61
mh
.msg_namelen = sizeof(struct sockaddr_in);
in SendUdpSegment()
62
mh
.msg_iov = iov;
in SendUdpSegment()
63
mh
.msg_iovlen = IOV_CNT;
in SendUdpSegment()
64
mh
.msg_control = ctrl;
in SendUdpSegment()
65
mh
.msg_controllen = sizeof(ctrl);
in SendUdpSegment()
66
mh
.msg_flags = 0;
in SendUdpSegment()
68
cm = CMSG_FIRSTHDR(&
mh
);
in SendUdpSegment()
75
err = (FILLP_INT)sendmsg(fd, &
mh
,
in SendUdpSegment()
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H
A
D
pcb.c
100
struct msghdr
mh
;
in SpungePcbSendmsgInner()
local
108
mh
.msg_name = (struct sockaddr *)&spcb->remoteAddr;
in SpungePcbSendmsgInner()
109
mh
.msg_namelen = spcb->addrLen;
in SpungePcbSendmsgInner()
110
mh
.msg_iov = conn->sendIov;
in SpungePcbSendmsgInner()
111
mh
.msg_iovlen = conn->iovCount;
in SpungePcbSendmsgInner()
112
mh
.msg_flags = 0;
in SpungePcbSendmsgInner()
114
mh
.msg_control = FILLP_NULL_PTR;
in SpungePcbSendmsgInner()
115
mh
.msg_controllen = 0;
in SpungePcbSendmsgInner()
117
mh
.msg_control = control;
in SpungePcbSendmsgInner()
118
mh
in SpungePcbSendmsgInner()
[all...]
Completed in 2 milliseconds