Searched refs:srcrt (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/netiso/
H A Dclnp_options.c298 u_char pad = 0, secure = 0, srcrt = 0, recrt = 0, local
409 if (srcrt++) /* duplicate ? */
/netbsd-6-1-5-RELEASE/sys/netinet6/
H A Dip6_forward.c104 ip6_forward(struct mbuf *m, int srcrt) argument
370 if (srcrt) {
549 if (rt->rt_ifp == m->m_pkthdr.rcvif && !srcrt && ip6_sendredirects &&
H A Dip6_input.c270 int srcrt = 0; local
395 srcrt = !IN6_ARE_ADDR_EQUAL(&odst, &ip6->ip6_dst);
725 ip6_forward(m, srcrt);
/netbsd-6-1-5-RELEASE/sys/netinet/
H A Dip_input.c411 int srcrt = 0; local
581 * XXX The setting of "srcrt" here is to prevent ip_forward()
594 srcrt = (odst.s_addr != ip->ip_dst.s_addr);
801 ip_forward(m, srcrt);
1225 /* length is (nhops+1)*sizeof(addr) + sizeof(nop + srcrt header) */
1313 * The srcrt parameter indicates whether the packet is being forwarded
1317 ip_forward(struct mbuf *m, int srcrt) argument
1384 ipsendredirects && !srcrt) {

Completed in 173 milliseconds