/src/dist/pf/sbin/pfctl/ |
pfctl_table.c | 259 u_int lifetime; local in function:pfctl_table 265 lifetime = strtonum(*argv, 0, UINT_MAX, &errstr); 278 lifetime)
|
/src/sbin/ifconfig/ |
af_inet6.c | 191 "inet6 address lifetime not allowed for the AF"); 302 struct in6_addrlifetime *lifetime; local in function:in6_alias 313 lifetime = &ifr6.ifr_ifru.ifru_lifetime; 317 } else if (lifetime->ia6t_preferred || lifetime->ia6t_expire) { 320 if (lifetime->ia6t_preferred) { 322 (unsigned long)(lifetime->ia6t_preferred - 323 MIN(t, lifetime->ia6t_preferred))); 328 if (lifetime->ia6t_expire) { 330 (unsigned long)(lifetime->ia6t_expire [all...] |
/src/usr.sbin/rtadvd/ |
rtadvd.h | 96 uint32_t ltime; /* route lifetime */ 112 uint32_t lifetime; member in struct:rdnss 126 uint32_t lifetime; member in struct:dnssl 157 uint16_t lifetime; /* AdvDefaultLifetime */ member in struct:rainfo
|
/src/sys/netipsec/ |
ipsec.h | 87 * lifetime handler. 88 * the policy can be used without limitiation if both lifetime and 90 * "lifetime" is passed by sadb_lifetime.sadb_lifetime_addtime. 95 time_t lifetime; /* duration of the lifetime of this policy */ member in struct:secpolicy 150 time_t created; /* for lifetime */ 151 int count; /* for lifetime */
|
/src/sbin/atactl/ |
atactl.c | 83 uint8_t lifetime[2]; member in struct:ata_smart_error::__anone032833a0208 421 { 202, "Percent lifetime used", NULL }, 853 printf(" Lifetime min/max %" PRIu8 "/%" PRIu8, 1020 "status=%02x state=%02x lifetime=%02x%02x\n", 1029 le->error_data.lifetime[1], 1030 le->error_data.lifetime[0]);
|
/src/games/larn/ |
header.h | 71 short lifetime; /* duration of the sphere */ member in struct:sphere
|
/src/sys/dev/pci/ |
if_wpireg.h | 405 uint32_t lifetime; member in struct:wpi_cmd_data 424 uint32_t lifetime; member in struct:wpi_cmd_beacon
|
if_iwnreg.h | 678 uint32_t lifetime; member in struct:iwn_cmd_data
|