Home
last modified time | relevance | path

Searched refs:encap_ip (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netinet/
H A Dip_mroute.c2672 struct ip *encap_ip; in pim_input() local
2701 encap_ip = (struct ip *)(reghdr + 1); in pim_input()
2704 __func__, ntohl(encap_ip->ip_src.s_addr), in pim_input()
2705 ntohs(encap_ip->ip_len)); in pim_input()
2708 if (encap_ip->ip_v != IPVERSION) { in pim_input()
2716 if (!IN_MULTICAST(ntohl(encap_ip->ip_dst.s_addr))) { in pim_input()
2719 ntohl(encap_ip->ip_dst.s_addr)); in pim_input()
2731 if (encap_ip->ip_tos != ip_tos) { in pim_input()
2733 encap_ip->ip_tos = ip_tos; in pim_input()
2740 encap_ip->ip_sum = 0; in pim_input()
[all …]