Searched refs:namebuf6 (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/lib/libc/rpc/
H A Drpc_generic.c608 char namebuf6[INET6_ADDRSTRLEN]; local
630 if (inet_ntop(af, &sin6->sin6_addr, namebuf6, sizeof namebuf6)
634 if (asprintf(&ret, "%s.%u.%u", namebuf6, ((u_int32_t)port) >> 8,
/freebsd-12-stable/sys/rpc/
H A Drpc_generic.c308 char namebuf6[INET6_ADDRSTRLEN]; local
333 if (inet_ntop(af, &sin6->sin6_addr, namebuf6, sizeof namebuf6)
337 if (sbuf_printf(&sb, "%s.%u.%u", namebuf6,

Completed in 101 milliseconds