taglinefilesource code
udp181net/ipv4/ip_fw.cstruct udphdr    *udp=(struct udphdr *)((unsigned long *)ip+ip->ihl);
udp246net/ipv4/ip_fw.csrc_port=ntohs(udp->source);
udp247net/ipv4/ip_fw.cdst_port=ntohs(udp->dest);