Home
last modified time | relevance | path

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

/openbsd-src/sys/netinet/
H A Dip.h210 #define IPTTLDEC 1 /* subtracted when forwarding */ macro
H A Dip_input.c1577 if (ip->ip_ttl <= IPTTLDEC) { in ip_forward()
1603 ip->ip_ttl -= IPTTLDEC; in ip_forward()
H A Dip_mroute.c1281 imo.imo_ttl = ip->ip_ttl - IPTTLDEC; in ip_mdq()
/openbsd-src/sys/net/
H A Dpf.c6608 if (ip->ip_ttl <= IPTTLDEC) { in pf_route()
6616 ip->ip_ttl -= IPTTLDEC; in pf_route()