Home | History | Annotate | Download | only in extensions

Lines Matching refs:dccp

1 /* Shared library add-on to iptables for DCCP matching
15 #include <linux/dccp.h>
36 "dccp match options\n"
41 "[!] --dccp-types type[,...] match when packet is one of the given types\n"
42 "[!] --dccp-option option match if option (by number!) is set\n"
56 {.name = "dccp-types", .id = O_DCCP_TYPES, .type = XTTYPE_STRING,
58 {.name = "dccp-option", .id = O_DCCP_OPTION, .type = XTTYPE_UINT8,
96 "Unknown DCCP type `%s'", ptr);
138 if ((service = getservbyport(htons(port), "dccp")))
216 printf(" dccp");
268 printf("%s --dccp-types",
274 printf("%s --dccp-option %u",
302 xt_xlate_add(xl, " dccp type%s ", einfo->invflags ? " !=" : "");
338 xt_xlate_add(xl, "dccp ");
372 .name = "dccp",