Home
last modified time | relevance | path

Searched refs:IPPROTO_DCCP (Results 1 - 25 of 36) sorted by relevance

12

/third_party/ltp/include/lapi/
H A Dnetinet_in.h11 #ifndef IPPROTO_DCCP
12 #define IPPROTO_DCCP 33 macro
/third_party/selinux/libsepol/src/
H A Dports.c2 #ifndef IPPROTO_DCCP
3 #define IPPROTO_DCCP 33 macro
26 return IPPROTO_DCCP; in sepol2ipproto()
43 case IPPROTO_DCCP: in ipproto2sepol()
H A Dkernel_to_common.c10 #ifndef IPPROTO_DCCP
11 #define IPPROTO_DCCP 33 macro
H A Dkernel_to_cil.c12 #ifndef IPPROTO_DCCP
13 #define IPPROTO_DCCP 33 macro
2756 case IPPROTO_DCCP: protocol = "dccp"; break; in write_selinux_port_rules_to_cil()
H A Dkernel_to_conf.c11 #ifndef IPPROTO_DCCP
12 #define IPPROTO_DCCP 33 macro
2624 case IPPROTO_DCCP: protocol = "dccp"; break; in write_selinux_port_rules_to_conf()
H A Dmodule_to_cil.c30 #ifndef IPPROTO_DCCP
31 #define IPPROTO_DCCP 33 macro
2638 case IPPROTO_DCCP: protocol = "dccp"; break; in ocontext_selinux_port_to_cil()
/third_party/selinux/checkpolicy/
H A Dcheckpolicy.c69 #ifndef IPPROTO_DCCP
70 #define IPPROTO_DCCP 33 macro
987 protocol = IPPROTO_DCCP; in main()
H A Dpolicy_define.c40 #ifndef IPPROTO_DCCP
41 #define IPPROTO_DCCP 33 macro
4997 protocol = IPPROTO_DCCP; in define_port_context()
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dtypes.rs173 /// `IPPROTO_DCCP`
174 pub const DCCP: Self = Self(c::IPPROTO_DCCP as _);
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Din.h85 #define IPPROTO_DCCP 33 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Din.h86 #define IPPROTO_DCCP 33 macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Din.h86 #define IPPROTO_DCCP 33 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
H A Din.h86 #define IPPROTO_DCCP 33 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Din.h86 #define IPPROTO_DCCP 33 macro
/third_party/musl/include/netinet/
H A Din.h85 #define IPPROTO_DCCP 33 macro
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dtypes.rs477 /// `IPPROTO_DCCP`
488 pub const DCCP: Self = Self(c::IPPROTO_DCCP as _);
/third_party/ltp/testcases/network/netstress/
H A Dnetstress.c973 protocol = IPPROTO_DCCP; in setup()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2700 pub const IPPROTO_DCCP: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_DCCP; consts
2732 IPPROTO_DCCP = 33,
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2699 pub const IPPROTO_DCCP: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_DCCP; consts
2731 IPPROTO_DCCP = 33,
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2679 pub const IPPROTO_DCCP: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_DCCP; consts
2711 IPPROTO_DCCP = 33,
/third_party/selinux/libsepol/cil/src/
H A Dcil_binary.c34 #ifndef IPPROTO_DCCP
35 #define IPPROTO_DCCP 33 macro
3388 new_ocon->u.port.protocol = IPPROTO_DCCP; in cil_portcon_to_policydb()
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs866 pub const IPPROTO_DCCP: ::c_int = 33; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2815 pub const IPPROTO_DCCP: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_DCCP; consts
2847 IPPROTO_DCCP = 33,
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2884 pub const IPPROTO_DCCP: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_DCCP; consts
2916 IPPROTO_DCCP = 33,
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2837 pub const IPPROTO_DCCP: _bindgen_ty_1 = _bindgen_ty_1::IPPROTO_DCCP; consts
2869 IPPROTO_DCCP = 33,

Completed in 128 milliseconds

12