Home | History | Annotate | Download | only in extensions

Lines Matching refs:udp

16 "udp match options:\n"
68 if ((service = getservbyport(htons(port), "udp")))
108 const struct xt_udp *udp = (struct xt_udp *)match->data;
110 printf(" udp");
111 print_ports("spt", udp->spts[0], udp->spts[1],
112 udp->invflags & XT_UDP_INV_SRCPT,
114 print_ports("dpt", udp->dpts[0], udp->dpts[1],
115 udp->invflags & XT_UDP_INV_DSTPT,
117 if (udp->invflags & ~XT_UDP_INV_MASK)
119 udp->invflags & ~XT_UDP_INV_MASK);
157 .name = "udp",