Searched refs:PF_CAN (Results 1 - 15 of 15) sorted by relevance
/third_party/ltp/testcases/network/can/filter-tests/ |
H A D | can_rcv_own_msgs.c | 90 s = SAFE_SOCKET(PF_CAN, SOCK_RAW, CAN_RAW); in setup() 91 t = SAFE_SOCKET(PF_CAN, SOCK_RAW, CAN_RAW); in setup() 115 tst_res(TINFO, "Starting PF_CAN frame flow test."); in run()
|
H A D | Makefile | 8 CPPFLAGS += -DETH_P_CAN=0x000C -DPF_CAN=29 -DAF_CAN=PF_CAN
|
H A D | can_filter.c | 58 s = SAFE_SOCKET(PF_CAN, SOCK_RAW, CAN_RAW); in setup()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | socket.h | 131 #define PF_CAN 29 macro 181 #define AF_CAN PF_CAN
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | socket.h | 120 #define PF_CAN 29 macro 170 #define AF_CAN PF_CAN
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | socket.h | 131 #define PF_CAN 29 macro 181 #define AF_CAN PF_CAN
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | socket.h | 131 #define PF_CAN 29 macro 181 #define AF_CAN PF_CAN
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | socket.h | 135 #define PF_CAN 29 macro 185 #define AF_CAN PF_CAN
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | socket.h | 131 #define PF_CAN 29 macro 181 #define AF_CAN PF_CAN
|
/third_party/musl/include/sys/ |
H A D | socket.h | 135 #define PF_CAN 29 macro 185 #define AF_CAN PF_CAN
|
/third_party/python/Modules/ |
H A D | socketmodule.h | 136 # undef PF_CAN macro
|
H A D | socketmodule.c | 7487 #ifdef PF_CAN 7489 PyModule_AddIntMacro(m, PF_CAN);
|
/third_party/python/Lib/test/ |
H A D | test_socket.py | 70 s = socket.socket(socket.PF_CAN, socket.SOCK_RAW, socket.CAN_RAW) 80 s = socket.socket(socket.PF_CAN, socket.SOCK_DGRAM, socket.CAN_ISOTP) 90 s = socket.socket(socket.PF_CAN, socket.SOCK_DGRAM, socket.CAN_J1939) 265 self.s = socket.socket(socket.PF_CAN, socket.SOCK_RAW, socket.CAN_RAW) 452 self.cli = socket.socket(socket.PF_CAN, socket.SOCK_RAW, socket.CAN_RAW) 2017 socket.PF_CAN 2053 with socket.socket(socket.PF_CAN, socket.SOCK_RAW, socket.CAN_RAW) as s: 2059 with socket.socket(socket.PF_CAN, socket.SOCK_DGRAM, socket.CAN_BCM) as s: 2063 with socket.socket(socket.PF_CAN, socket.SOCK_RAW, socket.CAN_RAW) as s: 2070 with socket.socket(socket.PF_CAN, socke [all...] |
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 765 pub const PF_CAN: ::c_int = AF_CAN; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1740 pub const PF_CAN: ::c_int = AF_CAN; consts
|
Completed in 47 milliseconds