Home
last modified time | relevance | path

Searched refs:max_age (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/wpa/src/wps/
H A Dwps_er_ssdp.c28 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 Dwps_er.h103 const char *location, int max_age);
H A Dwps_er.c638 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 Darp.sh191 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 Dprint-stp.c37 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 Darp.c322 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 Dbridge_snmp.h161 int32_t max_age; /* Current max age. */ member
289 int bridge_set_maxage(struct bridge_if *bif, int32_t max_age);
H A Dbridge_sys.c237 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 Dbridge_if.c718 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 Drrm.c156 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 Drrm.c313 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 Dif_ether.c122 SYSCTL_INT(_net_link_ether_inet, OID_AUTO, max_age, CTLFLAG_VNET | CTLFLAG_RW,