/src/sys/netinet6/ |
ip6_input.c | 258 int srcrt = 0; local in function:ip6_input 364 srcrt = !IN6_ARE_ADDR_EQUAL(&odst, &ip6->ip6_dst); 668 ip6_forward(m, srcrt, rcvif);
|
ip6_input.c | 258 int srcrt = 0; local in function:ip6_input 364 srcrt = !IN6_ARE_ADDR_EQUAL(&odst, &ip6->ip6_dst); 668 ip6_forward(m, srcrt, rcvif);
|
/src/sys/netinet/ |
ip_input.c | 429 int srcrt = 0; local in function:ip_input 605 * XXX The setting of "srcrt" here is to prevent ip_forward() 618 srcrt = (odst.s_addr != ip->ip_dst.s_addr); 747 ip_forward(m, srcrt, ifp); 1331 * The srcrt parameter indicates whether the packet is being forwarded 1335 ip_forward(struct mbuf *m, int srcrt, struct ifnet *rcvif) 1421 ipsendredirects && !srcrt) {
|
ip_input.c | 429 int srcrt = 0; local in function:ip_input 605 * XXX The setting of "srcrt" here is to prevent ip_forward() 618 srcrt = (odst.s_addr != ip->ip_dst.s_addr); 747 ip_forward(m, srcrt, ifp); 1331 * The srcrt parameter indicates whether the packet is being forwarded 1335 ip_forward(struct mbuf *m, int srcrt, struct ifnet *rcvif) 1421 ipsendredirects && !srcrt) {
|