Home
last modified time | relevance | path

Searched refs:lifetime (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/net/ipv6/
Dndisc.c900 int lifetime; in ndisc_router_discovery() local
960 lifetime = ntohs(ra_msg->icmph.icmp6_rt_lifetime); in ndisc_router_discovery()
964 if (rt && lifetime == 0) { in ndisc_router_discovery()
969 if (rt == NULL && lifetime) { in ndisc_router_discovery()
997 rt->rt6i_expires = jiffies + (HZ * lifetime); in ndisc_router_discovery()
/linux-2.4.37.9/drivers/net/wireless/prism54/
Disl_ioctl.c958 u32 lifetime = 0; in prism54_set_retry() local
978 lifetime = vwrq->value / 1024; in prism54_set_retry()
987 if (lifetime) in prism54_set_retry()
990 &lifetime); in prism54_set_retry()
/linux-2.4.37.9/drivers/net/wireless/
Dorinoco.c3376 u16 short_limit, long_limit, lifetime; in orinoco_ioctl_getretry() local
3394 &lifetime); in orinoco_ioctl_getretry()
3403 rrq->value = lifetime * 1000; /* ??? */ in orinoco_ioctl_getretry()
/linux-2.4.37.9/Documentation/filesystems/devfs/
DREADME1486 for a given device to be constant over the lifetime of remote mounts.
/linux-2.4.37.9/Documentation/s390/
DDebugging390.txt458 You might come across this stuff once or twice in your lifetime.