Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_ip.c46 static int ip_defttl; variable
114 len = sizeof(ip_defttl); in fetch_ip()
115 if (sysctlbyname("net.inet.ip.ttl", &ip_defttl, &len, in fetch_ip()
120 if (len != sizeof(ip_defttl)) { in fetch_ip()
155 ip_defttl = ttl; in ip_setttl()
199 ctx->scratch->int1 = ip_defttl; in op_ip()
203 if (ip_defttl != value->v.integer && in op_ip()
246 value->v.integer = ip_defttl; in op_ip()
/freebsd/sys/netinet/
H A Dip_var.h195 VNET_DECLARE(int, ip_defttl); /* default IP ttl */
209 #define V_ip_defttl VNET(ip_defttl)
H A Draw_ip.c82 VNET_DEFINE(int, ip_defttl) = IPDEFTTL;
84 &VNET_NAME(ip_defttl), 0,
H A Dsctp_pcb.c2318 inp->ip_inp.inp.inp_ip_ttl = MODULE_GLOBAL(ip_defttl); in sctp_inpcb_alloc()
H A Dsctp_usrreq.c481 ip_inp->inp_ip_ttl = MODULE_GLOBAL(ip_defttl); in sctp_attach()
H A Dsctp_output.c11201 ip->ip_ttl = MODULE_GLOBAL(ip_defttl); in sctp_send_resp_msg()
/freebsd/sys/netinet6/
H A Dsctp6_usrreq.c468 inp->ip_inp.inp.inp_ip_ttl = MODULE_GLOBAL(ip_defttl); in sctp6_attach()