Lines Matching refs:udp
45 #include <netinet/udp.h>
95 const struct udphdr *uh = npc->npc_l4.udp;
108 /* Handle TCP/UDP traceroute - check for port range. */
120 * ID or TCP/UDP ports of the original packet, which is embedded.
280 l4.uh.uh_sport = enpc.npc_l4.udp->uh_dport;
281 l4.uh.uh_dport = enpc.npc_l4.udp->uh_sport;
282 enpc.npc_l4.udp = &l4.uh;
356 * the IPv4 and TCP/UDP checksums before they are rewritten.
374 const struct udphdr *uh = enpc.npc_l4.udp;
405 * 2) Rewrite the TCP/UDP checksum (if not ICMP).
431 const struct udphdr *uh = enpc.npc_l4.udp;