HomeSort by relevance Sort by last modified time
    Searched defs:IPPROTO_DCCP (Results 1 - 25 of 41) sorted by null

1 2

  /external/ltp/include/lapi/
netinet_in.h 23 #ifndef IPPROTO_DCCP
24 #define IPPROTO_DCCP 33
  /external/libnetfilter_conntrack/include/internal/
internal.h 39 #ifndef IPPROTO_DCCP
40 #define IPPROTO_DCCP 33
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
netcontext.py 30 IPPROTO_DCCP = getprotobyname("dccp")
153 _proto_to_text = {IPPROTO_DCCP: 'dccp',
  /external/selinux/libsepol/src/
ports.c 2 #ifndef IPPROTO_DCCP
3 #define IPPROTO_DCCP 33
23 return IPPROTO_DCCP;
38 case IPPROTO_DCCP:
kernel_to_common.c 10 #ifndef IPPROTO_DCCP
11 #define IPPROTO_DCCP 33
kernel_to_cil.c 12 #ifndef IPPROTO_DCCP
13 #define IPPROTO_DCCP 33
    [all...]
kernel_to_conf.c 11 #ifndef IPPROTO_DCCP
12 #define IPPROTO_DCCP 33
    [all...]
module_to_cil.c 30 #ifndef IPPROTO_DCCP
31 #define IPPROTO_DCCP 33
    [all...]
  /external/tcpdump/
ipproto.h 68 #ifndef IPPROTO_DCCP
69 #define IPPROTO_DCCP 33 /* datagram congestion control protocol */
  /external/selinux/checkpolicy/
checkpolicy.c 69 #ifndef IPPROTO_DCCP
70 #define IPPROTO_DCCP 33
946 protocol = IPPROTO_DCCP;
policy_define.c 40 #ifndef IPPROTO_DCCP
41 #define IPPROTO_DCCP 33
    [all...]
  /bionic/libc/kernel/uapi/linux/
in.h 49 IPPROTO_DCCP = 33,
50 #define IPPROTO_DCCP IPPROTO_DCCP
  /external/iproute2/include/uapi/linux/
in.h 49 IPPROTO_DCCP = 33, /* Datagram Congestion Control Protocol */
50 #define IPPROTO_DCCP IPPROTO_DCCP
  /external/iproute2/include/
xtables.h 24 #ifndef IPPROTO_DCCP
25 #define IPPROTO_DCCP 33
  /external/kernel-headers/original/uapi/linux/
in.h 49 IPPROTO_DCCP = 33, /* Datagram Congestion Control Protocol */
50 #define IPPROTO_DCCP IPPROTO_DCCP
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
in.h 35 IPPROTO_DCCP = 33, /* Datagram Congestion Control Protocol */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
in.h 56 IPPROTO_DCCP = 33, /* Datagram Congestion Control Protocol. */
57 #define IPPROTO_DCCP IPPROTO_DCCP
  /external/iptables/include/
xtables.h 24 #ifndef IPPROTO_DCCP
25 #define IPPROTO_DCCP 33
  /external/selinux/libsepol/cil/src/
cil_binary.c 34 #ifndef IPPROTO_DCCP
35 #define IPPROTO_DCCP 33
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 373 IPPROTO_DCCP = 0x21
    [all...]
zerrors_linux_amd64.go 373 IPPROTO_DCCP = 0x21
    [all...]
zerrors_linux_arm.go 375 IPPROTO_DCCP = 0x21
    [all...]
zerrors_linux_arm64.go 501 IPPROTO_DCCP = 0x21
    [all...]
zerrors_linux_mips.go 482 IPPROTO_DCCP = 0x21
    [all...]
zerrors_linux_mips64.go 496 IPPROTO_DCCP = 0x21
    [all...]

Completed in 1212 milliseconds

1 2