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:AF_CAN
(Results
1 - 25
of
33
) sorted by relevance
1
2
/third_party/ltp/testcases/network/can/cve/
H
A
D
can_bcm01.c
43
struct sockaddr_can addr = { .can_family =
AF_CAN
};
in setup()
57
sock1 = SAFE_SOCKET(
AF_CAN
, SOCK_DGRAM, CAN_BCM);
in setup()
95
struct sockaddr_can addr = { .can_family =
AF_CAN
};
in run()
114
sock2 = SAFE_SOCKET(
AF_CAN
, SOCK_DGRAM, CAN_BCM);
in run()
/third_party/ltp/testcases/network/can/filter-tests/
H
A
D
can_rcv_own_msgs.c
97
addr.can_family =
AF_CAN
;
in setup()
H
A
D
can_filter.c
63
addr.can_family =
AF_CAN
;
in setup()
/third_party/python/Modules/
H
A
D
socketmodule.h
135
# undef
AF_CAN
macro
H
A
D
socketmodule.c
1519
#if defined(
AF_CAN
) && defined(SIOCGIFNAME)
in makesockaddr()
1520
case
AF_CAN
:
in makesockaddr()
1559
#endif /*
AF_CAN
&& SIOCGIFNAME */
in makesockaddr()
2137
#if defined(
AF_CAN
) && defined(SIOCGIFINDEX)
in getsockaddrarg()
2138
case
AF_CAN
:
in getsockaddrarg()
2156
"%s():
AF_CAN
address must be tuple, not %.500s",
in getsockaddrarg()
2161
"O&;
AF_CAN
address must be a tuple "
in getsockaddrarg()
2182
"
AF_CAN
interface name too long");
in getsockaddrarg()
2187
addr->can_family =
AF_CAN
;
in getsockaddrarg()
2226
"
AF_CAN
interfac
in getsockaddrarg()
[all...]
/third_party/rust/crates/linux-raw-sys/gen/modules/
H
A
D
general.h
192
#define
AF_CAN
29
macro
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H
A
D
types.rs
112
/// `
AF_CAN
`
113
pub const CAN: Self = Self(c::
AF_CAN
as _);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H
A
D
socket.h
181
#define
AF_CAN
PF_CAN
macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H
A
D
socket.h
170
#define
AF_CAN
PF_CAN
macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H
A
D
socket.h
181
#define
AF_CAN
PF_CAN
macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H
A
D
socket.h
181
#define
AF_CAN
PF_CAN
macro
/third_party/musl/porting/linux/user/include/sys/
H
A
D
socket.h
185
#define
AF_CAN
PF_CAN
macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H
A
D
socket.h
181
#define
AF_CAN
PF_CAN
macro
/third_party/musl/include/sys/
H
A
D
socket.h
185
#define
AF_CAN
PF_CAN
macro
/third_party/rust/crates/rustix/src/backend/libc/net/
H
A
D
types.rs
336
/// `
AF_CAN
`
349
pub const CAN: Self = Self(c::
AF_CAN
as _);
/third_party/rust/crates/libc/src/unix/linux_like/
H
A
D
mod.rs
725
pub const
AF_CAN
: ::c_int = 29;
consts
765
pub const PF_CAN: ::c_int =
AF_CAN
;
/third_party/rust/crates/nix/src/sys/socket/
H
A
D
addr.rs
194
Can = libc::
AF_CAN
,
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
1700
pub const
AF_CAN
: ::c_int = 29;
consts
1740
pub const PF_CAN: ::c_int =
AF_CAN
;
/third_party/python/Lib/test/
H
A
D
test_socket.py
2016
socket.
AF_CAN
2195
socket.
AF_CAN
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H
A
D
general.rs
2320
pub const
AF_CAN
: u32 = 29;
consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H
A
D
general.rs
2319
pub const
AF_CAN
: u32 = 29;
consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H
A
D
general.rs
2299
pub const
AF_CAN
: u32 = 29;
consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H
A
D
general.rs
2429
pub const
AF_CAN
: u32 = 29;
consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H
A
D
general.rs
2500
pub const
AF_CAN
: u32 = 29;
consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H
A
D
general.rs
2451
pub const
AF_CAN
: u32 = 29;
consts
Completed in 121 milliseconds
1
2