Searched refs:max_age (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12-stable/contrib/wpa/src/wps/ |
| D | wps_er_ssdp.c | 28 int max_age = -1; in wps_er_ssdp_rx() local 86 max_age = atoi(pos2); in wps_er_ssdp_rx() 116 if (max_age < 1) in wps_er_ssdp_rx() 121 location, inet_ntoa(addr.sin_addr), max_age); in wps_er_ssdp_rx() 123 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age); in wps_er_ssdp_rx()
|
| D | wps_er.h | 103 const char *location, int max_age);
|
| D | wps_er.c | 638 const char *location, int max_age) in wps_er_ap_add() argument 646 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap); in wps_er_ap_add() 665 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap); in wps_er_ap_add()
|
| /freebsd-12-stable/contrib/tcpdump/ |
| D | print-stp.c | 39 uint8_t max_age[2]; member 123 (float)EXTRACT_16BITS(&stp_bpdu->max_age) / STP_TIME_BASE, in stp_print_config_bpdu() 280 (float)EXTRACT_16BITS(&stp_bpdu->max_age) / STP_TIME_BASE, in stp_print_mstp_bpdu()
|
| /freebsd-12-stable/contrib/wpa/src/ap/ |
| D | rrm.c | 156 static int hostapd_check_lci_age(struct hostapd_neighbor_entry *nr, u16 max_age) in hostapd_check_lci_age() argument 161 if (nr->stationary || max_age == 0xffff) in hostapd_check_lci_age() 164 if (!max_age) in hostapd_check_lci_age() 179 return max_age > diff_l; in hostapd_check_lci_age()
|
| /freebsd-12-stable/usr.sbin/arp/ |
| D | arp.c | 342 int max_age; in set() local 343 size_t len = sizeof(max_age); in set() 347 &max_age, &len, NULL, 0) != 0) in set() 349 expire_time = tp.tv_sec + max_age; in set()
|
| /freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_bridge/ |
| D | bridge_snmp.h | 163 int32_t max_age; /* Current max age. */ member 291 int bridge_set_maxage(struct bridge_if *bif, int32_t max_age);
|
| D | bridge_sys.c | 239 bif->max_age = 100 * b_req.ifbop_maxage; in bridge_get_op_param() 325 bridge_set_maxage(struct bridge_if *bif, int32_t max_age) in bridge_set_maxage() argument 333 b_param.ifbrp_maxage = snmp_timeout2_sec(max_age); in bridge_set_maxage() 342 bif->bridge_max_age = max_age; in bridge_set_maxage()
|
| D | bridge_if.c | 720 val->v.integer = bif->max_age; in op_dot1d_stp() 1360 val->v.integer = bif->max_age; in op_begemot_stp()
|
| /freebsd-12-stable/contrib/wpa/wpa_supplicant/ |
| D | rrm.c | 313 u16 max_age = 0; in wpas_rrm_build_lci_report() local 342 max_age = WPA_GET_LE16(subelem + 2); in wpas_rrm_build_lci_report() 351 if (max_age != 0xffff && max_age < diff_l) in wpas_rrm_build_lci_report()
|
| /freebsd-12-stable/sys/netinet/ |
| D | if_ether.c | 120 SYSCTL_INT(_net_link_ether_inet, OID_AUTO, max_age, CTLFLAG_VNET | CTLFLAG_RW,
|