Lines Matching refs:udph
312 struct udphdr *udph;
331 udph = (struct udphdr *)((uchar_t *)ipha + IPH_HDR_LENGTH(ipha));
332 if ((uchar_t *)&udph[1] > end)
337 if (udph->uh_sport != client && udph->uh_sport != server &&
338 udph->uh_dport != client && udph->uh_dport != server)
345 dh = (uchar_t *)&udph[1];
813 struct udphdr *udph;
834 udph = (struct udphdr *)((uchar_t *)ip6h + hdrlen);
835 if ((uchar_t *)&udph[1] > end)
840 if (udph->uh_sport != client && udph->uh_sport != server &&
841 udph->uh_dport != client && udph->uh_dport != server)
848 dh = (uchar_t *)&udph[1];