Lines Matching refs:udphdr
344 struct udphdr *ud; in IcmpAliasIn2()
351 ud = (struct udphdr *)ip_next(ip); in IcmpAliasIn2()
531 struct udphdr *ud; in IcmpAliasOut2()
539 ud = (struct udphdr *)ip_next(ip); in IcmpAliasOut2()
730 struct udphdr *ud; in UdpAliasIn()
737 if (dlen < sizeof(struct udphdr)) in UdpAliasIn()
740 ud = (struct udphdr *)ip_next(pip); in UdpAliasIn()
824 struct udphdr *ud; in UdpAliasOut()
838 if (dlen < sizeof(struct udphdr)) in UdpAliasOut()
841 ud = (struct udphdr *)ip_next(pip); in UdpAliasOut()
897 ud = (struct udphdr *)ip_next(pip); in UdpAliasOut()
1559 struct udphdr *ud; in LibAliasUnaliasOut()
1572 ud = (struct udphdr *)ip_next(pip); in LibAliasUnaliasOut()