tag | line | file | source code |
udp | 132 | include/net/head_explode.h | extern __inline__ unsigned char *udp_explode(unsigned char *udph, struct udp_header *udp) |
udp | 134 | include/net/head_explode.h | udph=exp_getu16(tcph,&udp->source); |
udp | 135 | include/net/head_explode.h | udph=exp_getu16(udph,&udp->dest); |
udp | 136 | include/net/head_explode.h | udph=exp_getu16(udph,&udp->len); |
udp | 137 | include/net/head_explode.h | udph=exp_getn16(udph,&udp->check); |
udp | 181 | net/ipv4/ip_fw.c | struct udphdr *udp=(struct udphdr *)((unsigned long *)ip+ip->ihl); |
udp | 246 | net/ipv4/ip_fw.c | src_port=ntohs(udp->source); |
udp | 247 | net/ipv4/ip_fw.c | dst_port=ntohs(udp->dest); |