Searched refs:key_str (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/tests/fib_lookup/ |
H A D | fib_lookup.c | 309 char key_str[INET_ADDRSTRLEN], dst_str[INET_ADDRSTRLEN]; in cmp_dst() local 311 inet_ntop(AF_INET, &a, key_str, sizeof(key_str)); in cmp_dst() 314 key_str, nhop_get_idx(nh_fib)); in cmp_dst() 319 key_str, dst_str, plen, in cmp_dst() 346 char key_str[INET6_ADDRSTRLEN], dst_str[INET6_ADDRSTRLEN]; in cmp_dst6() local 348 inet_ntop(AF_INET6, a, key_str, sizeof(key_str)); in cmp_dst6() 351 key_str, nhop_get_idx(nh_fib)); in cmp_dst6() 356 key_str, dst_str, plen, in cmp_dst6()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Progress.cpp | 157 std::string key_str = std::string(key); in Decrement() local 161 entry.handle = m_alarm.Create([=]() { Expire(key_str); }); in Decrement()
|
/freebsd/contrib/ldns/ |
H A D | str2host.c | 2215 const char *key_str = *s; in parse_svcparam_key() local 2225 len = *s - key_str; in parse_svcparam_key() 2228 && !strncmp(key_str, svcparam_key_defs[i].str, len)) { in parse_svcparam_key() 2234 if (len == 9 && !strncmp(key_str, "echconfig", 9)) { in parse_svcparam_key() 2238 if (len < 4 || len > 8 || strncmp(key_str, "key", 3)) in parse_svcparam_key() 2241 memcpy(num_str, key_str + 3, len - 3); in parse_svcparam_key()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | wps_supplicant.c | 825 char key_str[65]; in wpa_supplicant_wps_event_er_ap_settings() local 828 key_str[0] = '\0'; in wpa_supplicant_wps_event_er_ap_settings() 831 os_memcpy(key_str, cred->key, cred->key_len); in wpa_supplicant_wps_event_er_ap_settings() 832 key_str[cred->key_len] = '\0'; in wpa_supplicant_wps_event_er_ap_settings() 842 cred->auth_type, cred->encr_type, key_str); in wpa_supplicant_wps_event_er_ap_settings()
|