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"
53 {.name = "dccp-types", .id = O_DCCP_TYPES, .type = XTTYPE_STRING},
54 {.name = "dccp-option", .id = O_DCCP_OPTION, .type = XTTYPE_UINT8,
92 "Unknown DCCP type `%s'", ptr);
134 if ((service = getservbyport(htons(port), "dccp")))
212 printf(" dccp");
264 printf(" --dccp-type");
269 printf(" --dccp-option %s%u",
276 .name = "dccp",