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:MSG_TRUNC
(Results
1 - 25
of
51
) sorted by relevance
1
2
3
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H
A
D
send_recv.rs
37
/// `
MSG_TRUNC
`
38
const TRUNC = c::
MSG_TRUNC
;
/third_party/rust/crates/rustix/src/backend/libc/net/
H
A
D
send_recv.rs
78
/// `
MSG_TRUNC
`
79
const TRUNC = c::
MSG_TRUNC
as c::c_int;
/third_party/rust/crates/nix/test/sys/
H
A
D
test_socket.rs
825
.intersects(MsgFlags::
MSG_TRUNC
| MsgFlags::MSG_CTRUNC));
in test_scm_rights()
1225
.intersects(MsgFlags::
MSG_TRUNC
| MsgFlags::MSG_CTRUNC));
in test_scm_rights_single_cmsg_multiple_fds()
1302
.intersects(MsgFlags::
MSG_TRUNC
| MsgFlags::MSG_CTRUNC));
in test_sendmsg_empty_cmsgs()
1383
.intersects(MsgFlags::
MSG_TRUNC
| MsgFlags::MSG_CTRUNC));
in test_scm_credentials()
1487
.intersects(MsgFlags::
MSG_TRUNC
| MsgFlags::MSG_CTRUNC));
in test_impl_scm_credentials_and_rights()
1737
.intersects(MsgFlags::
MSG_TRUNC
| MsgFlags::MSG_CTRUNC));
in test_recv_ipv4pktinfo()
1833
.intersects(MsgFlags::
MSG_TRUNC
| MsgFlags::MSG_CTRUNC));
in test_recvif()
1930
.intersects(MsgFlags::
MSG_TRUNC
| MsgFlags::MSG_CTRUNC));
in test_recvif_ipv4()
2015
.intersects(MsgFlags::
MSG_TRUNC
| MsgFlags::MSG_CTRUNC));
in test_recvif_ipv6()
2120
.intersects(MsgFlags::
MSG_TRUNC
| MsgFlag
in test_recv_ipv6pktinfo()
[all...]
/third_party/musl/libc-test/src/api/
H
A
D
sys_socket.c
84
C(
MSG_TRUNC
)
in f()
/third_party/rust/crates/libc/src/unix/newlib/espidf/
H
A
D
mod.rs
86
pub const
MSG_TRUNC
: ::c_int = 0x04;
consts
/third_party/rust/crates/linux-raw-sys/gen/modules/
H
A
D
general.h
207
#define
MSG_TRUNC
0x20
macro
/third_party/selinux/libselinux/src/
H
A
D
avc_internal.c
191
if (nlh->nlmsg_flags &
MSG_TRUNC
|| nlh->nlmsg_len > (unsigned)rc) {
in avc_netlink_receive()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H
A
D
socket.h
333
#define
MSG_TRUNC
0x0020
macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H
A
D
socket.h
324
#define
MSG_TRUNC
0x0020
macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H
A
D
socket.h
333
#define
MSG_TRUNC
0x0020
macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H
A
D
socket.h
335
#define
MSG_TRUNC
0x0020
macro
/third_party/musl/porting/linux/user/include/sys/
H
A
D
socket.h
339
#define
MSG_TRUNC
0x0020
macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H
A
D
socket.h
333
#define
MSG_TRUNC
0x0020
macro
/third_party/musl/include/sys/
H
A
D
socket.h
339
#define
MSG_TRUNC
0x0020
macro
/third_party/ltp/lib/
H
A
D
tst_rtnetlink.c
180
MSG_DONTWAIT | MSG_PEEK |
MSG_TRUNC
);
in tst_rtnl_recv()
/third_party/musl/src/network/
H
A
D
res_msend.c
339
if ((answers[i][2] & 2) || (mh.msg_flags &
MSG_TRUNC
)) {
in res_msend_rc_ext()
/third_party/musl/libc-test/src/functionalext/supplement/network/
H
A
D
nameservercheck_client.c
317
if ((answers[i][2] & 2) || (mh.msg_flags &
MSG_TRUNC
)) {
in res_msend_rc_ext()
/third_party/libuv/src/unix/
H
A
D
udp.c
191
if (msgs[k].msg_hdr.msg_flags &
MSG_TRUNC
)
in uv__udp_recvmmsg()
264
if (h.msg_flags &
MSG_TRUNC
)
in uv__udp_recvmsg()
/third_party/node/deps/uv/src/unix/
H
A
D
udp.c
227
if (msgs[k].msg_hdr.msg_flags &
MSG_TRUNC
)
in uv__udp_recvmmsg()
300
if (h.msg_flags &
MSG_TRUNC
)
in uv__udp_recvmsg()
/third_party/eudev/src/libudev/
H
A
D
libudev-monitor.c
577
if (buflen < 32 || (smsg.msg_flags &
MSG_TRUNC
)) {
in udev_monitor_receive_device()
/third_party/lwip/src/include/lwip/
H
A
D
sockets.h
138
#define
MSG_TRUNC
0x04
macro
/third_party/libbpf/src/
H
A
D
netlink.c
153
len = netlink_recvmsg(sock, &mhdr, MSG_PEEK |
MSG_TRUNC
);
in libbpf_netlink_recv()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H
A
D
mod.rs
524
pub const
MSG_TRUNC
: ::c_int = 0x10;
consts
/third_party/rust/crates/libc/src/unix/redox/
H
A
D
mod.rs
683
pub const
MSG_TRUNC
: ::c_int = 32;
consts
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H
A
D
radius_client.c
863
if (msghdr.msg_flags &
MSG_TRUNC
) {
in radius_client_receive()
Completed in 28 milliseconds
1
2
3