HomeSort by: relevance | last modified time | path
    Searched refs:IPTTLDEC (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
ip_flow.c 286 if (m->m_pkthdr.len > rt->rt_ifp->if_mtu || ip->ip_ttl <= IPTTLDEC)
305 ip->ip_ttl -= IPTTLDEC;
306 if (ip->ip_sum >= (u_int16_t) ~htons(IPTTLDEC << 8))
307 ip->ip_sum -= ~htons(IPTTLDEC << 8);
309 ip->ip_sum += htons(IPTTLDEC << 8);
ip.h 234 #define IPTTLDEC 1 /* subtracted when forwarding */
ip_input.c 1369 if (ip->ip_ttl <= IPTTLDEC) {
1408 ip->ip_ttl -= IPTTLDEC;

Completed in 13 milliseconds