Home | History | Annotate | Download | only in netinet

Lines Matching refs:udphdr_t

1595 		udphdr_t *udp;
1597 udp = (udphdr_t *)dp;
2836 udphdr_t *uh;
2850 uh = (udphdr_t *)(ip6 + 1);
3236 udphdr_t *uh;
3247 ip6->ip6_plen = htons(fin->fin_plen + sizeof(udphdr_t));
3249 uh = (udphdr_t *)(ip6 + 1);
3665 udphdr_t *uh;
3670 len = sizeof(ip6_t) + sizeof(udphdr_t);
3695 uh = (udphdr_t *)((u_char *)ip6 + sizeof(*ip6));
3706 #define MINDECAP (sizeof(ip6_t) + sizeof(udphdr_t) + sizeof(ip6_t))
3745 skip += sizeof(udphdr_t);