Searched refs:dst_str (Results 1 – 2 of 2) 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 317 inet_ntop(AF_INET, &dst, dst_str, sizeof(dst_str)); 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 354 inet_ntop(AF_INET6, &dst, dst_str, sizeof(dst_str)); in cmp_dst6() 356 key_str, dst_str, plen, in cmp_dst6()
|
/freebsd/usr.sbin/ndp/ |
H A D | ndp_netlink.c | 378 char dst_str[INET6_ADDRSTRLEN]; in print_entries_nl() local 380 inet_ntop(AF_INET6, &dst->sin6_addr, dst_str, sizeof(dst_str)); in print_entries_nl() 381 delete_nl(neigh.nda_ifindex, dst_str, false); /* no warn */ in print_entries_nl()
|