Searched refs:ip_defttl (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/bsnmp/snmp_mibII/
H A DmibII_ip.c46 static int ip_defttl; variable
102 len = sizeof(ip_defttl);
103 if (sysctlbyname("net.inet.ip.ttl", &ip_defttl, &len,
108 if (len != sizeof(ip_defttl)) {
143 ip_defttl = ttl;
187 ctx->scratch->int1 = ip_defttl;
191 if (ip_defttl != value->v.integer &&
234 value->v.integer = ip_defttl;
/freebsd-13-stable/sys/netinet/
H A Dip_var.h183 VNET_DECLARE(int, ip_defttl); /* default IP ttl */
199 #define V_ip_defttl VNET(ip_defttl)
H A Draw_ip.c86 VNET_DEFINE(int, ip_defttl) = IPDEFTTL;
88 &VNET_NAME(ip_defttl), 0,
H A Dsctp_pcb.c2452 inp->ip_inp.inp.inp_ip_ttl = MODULE_GLOBAL(ip_defttl);
H A Dsctp_usrreq.c488 ip_inp->inp_ip_ttl = MODULE_GLOBAL(ip_defttl);
H A Dsctp_output.c11089 ip->ip_ttl = MODULE_GLOBAL(ip_defttl);
/freebsd-13-stable/sys/netinet6/
H A Dsctp6_usrreq.c545 inp->ip_inp.inp.inp_ip_ttl = MODULE_GLOBAL(ip_defttl);

Completed in 108 milliseconds