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:in_pktinfo
(Results
1 - 25
of
32
) sorted by relevance
1
2
/third_party/libcoap/src/
H
A
D
coap_io.c
817
/* define struct in6_pktinfo and struct
in_pktinfo
if not available
826
struct
in_pktinfo
{
struct
933
struct
in_pktinfo
*pktinfo;
935
mhdr.msg_controllen = CMSG_SPACE(sizeof(struct
in_pktinfo
));
940
cmsg->cmsg_len = CMSG_LEN(sizeof(struct
in_pktinfo
));
942
pktinfo = (struct
in_pktinfo
*)CMSG_DATA(cmsg);
988
struct
in_pktinfo
*pktinfo;
991
mhdr.msg_controllen = CMSG_SPACE(sizeof(struct
in_pktinfo
));
996
cmsg->cmsg_len = CMSG_LEN(sizeof(struct
in_pktinfo
));
998
pktinfo = (struct
in_pktinfo
*)CMSG_DAT
[all...]
/third_party/nghttp2/src/
H
A
D
shrpx_quic.cc
86
controllen += CMSG_SPACE(sizeof(
in_pktinfo
));
in quic_send_packet()
89
cm->cmsg_len = CMSG_LEN(sizeof(
in_pktinfo
));
in quic_send_packet()
90
in_pktinfo
pktinfo{};
in quic_send_packet()
H
A
D
util.cc
1724
in_pktinfo
pktinfo;
in msghdr_get_local_addr()
/third_party/lwip/test/unit/api/
H
A
D
test_sockets.c
556
struct
in_pktinfo
*pktinfo;
in test_sockets_msgapi_cmsg()
559
u8_t cmsg_buf[CMSG_SPACE(sizeof(struct
in_pktinfo
))];
in test_sockets_msgapi_cmsg()
606
pktinfo = (struct
in_pktinfo
*)CMSG_DATA(cmsg);
in test_sockets_msgapi_cmsg()
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H
A
D
in.h
301
struct
in_pktinfo
{
struct
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H
A
D
in.h
299
struct
in_pktinfo
{
struct
/third_party/musl/porting/uniproton/kernel/include/netinet/
H
A
D
in.h
299
struct
in_pktinfo
{
struct
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
H
A
D
in.h
302
struct
in_pktinfo
{
struct
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H
A
D
in.h
299
struct
in_pktinfo
{
struct
/third_party/musl/include/netinet/
H
A
D
in.h
301
struct
in_pktinfo
{
struct
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H
A
D
mod.rs
737
pub struct
in_pktinfo
{
structure names
935
impl PartialEq for
in_pktinfo
{
936
fn eq(&self, other: &
in_pktinfo
) -> bool {
in eq()
941
impl Eq for
in_pktinfo
{}
942
impl ::fmt::Debug for
in_pktinfo
{
944
f.debug_struct("
in_pktinfo
")
in fmt()
950
impl ::hash::Hash for
in_pktinfo
{
/third_party/lwip/src/api/
H
A
D
sockets.c
1195
if (msg->msg_controllen >= CMSG_SPACE(sizeof(struct
in_pktinfo
))) {
in lwip_recvfrom_udp_raw()
1197
struct
in_pktinfo
*pkti = (struct
in_pktinfo
*)CMSG_DATA(chdr);
in lwip_recvfrom_udp_raw()
1200
chdr->cmsg_len = CMSG_LEN(sizeof(struct
in_pktinfo
));
in lwip_recvfrom_udp_raw()
1203
msg->msg_controllen = CMSG_SPACE(sizeof(struct
in_pktinfo
));
in lwip_recvfrom_udp_raw()
/third_party/lwip/src/include/lwip/
H
A
D
sockets.h
326
struct
in_pktinfo
{
struct
/third_party/rust/crates/nix/test/sys/
H
A
D
test_socket.rs
1066
let pi = libc::
in_pktinfo
{
in test_sendmsg_ipv4packetinfo()
1071
let pi = libc::
in_pktinfo
{
in test_sendmsg_ipv4packetinfo()
1727
let mut space = cmsg_space!(libc::
in_pktinfo
);
in test_recv_ipv4pktinfo()
/third_party/rust/crates/nix/src/sys/socket/
H
A
D
mod.rs
754
Ipv4PacketInfo(libc::
in_pktinfo
),
930
let info = ptr::read_unaligned(p as *const libc::
in_pktinfo
);
in decode_from()
1127
Ipv4PacketInfo(&'a libc::
in_pktinfo
),
/third_party/rust/crates/libc/src/unix/linux_like/
H
A
D
mod.rs
155
pub struct
in_pktinfo
{
structure names
/third_party/rust/crates/libc/src/unix/nto/
H
A
D
mod.rs
208
pub struct
in_pktinfo
{
structure names
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H
A
D
general.rs
2846
pub struct
in_pktinfo
{
structure names
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H
A
D
general.rs
2845
pub struct
in_pktinfo
{
structure names
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H
A
D
general.rs
2825
pub struct
in_pktinfo
{
structure names
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H
A
D
general.rs
2961
pub struct
in_pktinfo
{
structure names
/third_party/rust/crates/linux-raw-sys/src/mips64/
H
A
D
general.rs
3030
pub struct
in_pktinfo
{
structure names
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H
A
D
general.rs
2983
pub struct
in_pktinfo
{
structure names
/third_party/rust/crates/linux-raw-sys/src/mips/
H
A
D
general.rs
3094
pub struct
in_pktinfo
{
structure names
/third_party/rust/crates/linux-raw-sys/src/arm/
H
A
D
general.rs
2929
pub struct
in_pktinfo
{
structure names
Completed in 141 milliseconds
1
2