Searched refs:max_age (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/wpa/src/wps/ |
H A 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()
|
H A D | wps_er.h | 103 const char *location, int max_age);
|
H A 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/tests/sys/netinet/ |
H A D | arp.sh | 191 max_age=$(sysctl -n net.link.ether.inet.max_age) 201 "? (${ipb}) at ${eth} on ${epair0}a expires in ${max_age} seconds [ethernet]\n"
|
/freebsd/contrib/tcpdump/ |
H A D | print-stp.c | 37 nd_uint16_t max_age; member 121 (float) GET_BE_U_2(stp_bpdu->max_age) / STP_TIME_BASE, in stp_print_config_bpdu() 271 (float) GET_BE_U_2(stp_bpdu->max_age) / STP_TIME_BASE, in stp_print_mstp_bpdu()
|
/freebsd/usr.sbin/arp/ |
H A D | arp.c | 322 int max_age; in set() local 323 size_t len = sizeof(max_age); in set() 326 &max_age, &len, NULL, 0) != 0) in set() 328 opts.expire_time = max_age; in set()
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/ |
H A D | bridge_snmp.h | 161 int32_t max_age; /* Current max age. */ member 289 int bridge_set_maxage(struct bridge_if *bif, int32_t max_age);
|
H A D | bridge_sys.c | 237 bif->max_age = 100 * b_req.ifbop_maxage; in bridge_get_op_param() 323 bridge_set_maxage(struct bridge_if *bif, int32_t max_age) in bridge_set_maxage() argument 331 b_param.ifbrp_maxage = snmp_timeout2_sec(max_age); in bridge_set_maxage() 340 bif->bridge_max_age = max_age; in bridge_set_maxage()
|
H A D | bridge_if.c | 718 val->v.integer = bif->max_age; in op_dot1d_stp() 1358 val->v.integer = bif->max_age; in op_begemot_stp()
|
/freebsd/contrib/wpa/src/ap/ |
H A 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/contrib/wpa/wpa_supplicant/ |
H A 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/sys/netinet/ |
H A D | if_ether.c | 122 SYSCTL_INT(_net_link_ether_inet, OID_AUTO, max_age, CTLFLAG_VNET | CTLFLAG_RW,
|