Home
last modified time | relevance | path

Searched refs:key_str (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/tests/fib_lookup/
H A Dfib_lookup.c309 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/ldns/
H A Dstr2host.c2215 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 Dwps_supplicant.c817 char key_str[65]; in wpa_supplicant_wps_event_er_ap_settings() local
820 key_str[0] = '\0'; in wpa_supplicant_wps_event_er_ap_settings()
823 os_memcpy(key_str, cred->key, cred->key_len); in wpa_supplicant_wps_event_er_ap_settings()
824 key_str[cred->key_len] = '\0'; in wpa_supplicant_wps_event_er_ap_settings()
834 cred->auth_type, cred->encr_type, key_str); in wpa_supplicant_wps_event_er_ap_settings()