taglinefilesource code
udp132include/net/head_explode.hextern __inline__ unsigned char *udp_explode(unsigned char *udph, struct udp_header *udp)
udp134include/net/head_explode.hudph=exp_getu16(tcph,&udp->source);
udp135include/net/head_explode.hudph=exp_getu16(udph,&udp->dest);
udp136include/net/head_explode.hudph=exp_getu16(udph,&udp->len);
udp137include/net/head_explode.hudph=exp_getn16(udph,&udp->check);
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);