Searched refs:IP_MINTTL (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/usr.sbin/ldpd/ |
| H A D | socket.c | 243 if (setsockopt(fd, IPPROTO_IP, IP_MINTTL, &ttl, sizeof(ttl)) == -1) { in sock_set_ipv4_minttl()
|
| /openbsd-src/sys/netinet/ |
| H A D | in.h | 312 #define IP_MINTTL 32 /* minimum TTL for packet or drop */ macro
|
| H A D | ip_output.c | 893 case IP_MINTTL: in ip_ctloutput() 921 case IP_MINTTL: in ip_ctloutput() 1106 case IP_MINTTL: in ip_ctloutput() 1127 case IP_MINTTL: in ip_ctloutput()
|
| /openbsd-src/usr.sbin/relayd/ |
| H A D | relay_udp.c | 156 if (setsockopt(s, IPPROTO_IP, IP_MINTTL, in relay_udp_socket()
|
| H A D | relay.c | 598 if (setsockopt(s, IPPROTO_IP, IP_MINTTL, in relay_socket()
|
| /openbsd-src/sys/net/ |
| H A D | bfd.c | 455 error = sosetopt(so, IPPROTO_IP, IP_MINTTL, mopt); in bfd_listener()
|
| /openbsd-src/sys/kern/ |
| H A D | kern_pledge.c | 1453 case IP_MINTTL: in pledge_sockopt()
|
| /openbsd-src/usr.sbin/httpd/ |
| H A D | server.c | 696 if (setsockopt(s, IPPROTO_IP, IP_MINTTL, in server_socket()
|
| /openbsd-src/usr.bin/nc/ |
| H A D | netcat.c | 1604 IP_MINTTL, &minttl, sizeof(minttl))) in set_common_sockopts()
|
| /openbsd-src/usr.sbin/bgpd/ |
| H A D | session.c | 1171 if (setsockopt(p->fd, IPPROTO_IP, IP_MINTTL, in session_setup_socket()
|