HomeSort by relevance Sort by last modified time
    Searched refs:dccp (Results 1 - 3 of 3) sorted by null

  /external/iptables/extensions/
.dccp-test 2 # True if dccp is applied.
3 [ -f $KERNEL_DIR/include/linux/netfilter_ipv4/ipt_dccp.h ] && echo dccp
libipt_dccp.c 1 /* Shared library add-on to iptables for DCCP matching
16 #include <linux/dccp.h>
40 "DCCP match v%s options\n"
54 { .name = "dccp-types", .has_arg = 1, .flag = 0, .val = '3' },
55 { .name = "dccp-option", .has_arg = 1, .flag = 0, .val = '4' },
69 ports[0] = ports[1] = parse_port(buffer, "dccp");
75 ports[0] = buffer[0] ? parse_port(buffer, "dccp") : 0;
76 ports[1] = cp[0] ? parse_port(cp, "dccp") : 0xFFFF;
117 "Unknown DCCP type `%s'", ptr);
129 exit_error(PARAMETER_PROBLEM, "Bad DCCP option `%s'"
356 struct iptables_match dccp variable in typeref:struct:iptables_match
    [all...]
  /external/tcpdump/
Android.mk 33 print-dccp.c\

Completed in 680 milliseconds