HomeSort by: relevance | last modified time | path
    Searched defs:ip6_sprintf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/server/
nfs_nfsdkrpc.c 187 /* Do not use ip6_sprintf: the nfs module should work without INET6. */
188 #define ip6_sprintf(buf, a) \ macro
200 ip6_sprintf(b6, &satosin6(sin)->sin6_addr) :
202 #undef ip6_sprintf
nfs_nfsdkrpc.c 187 /* Do not use ip6_sprintf: the nfs module should work without INET6. */
188 #define ip6_sprintf(buf, a) \ macro
200 ip6_sprintf(b6, &satosin6(sin)->sin6_addr) :
202 #undef ip6_sprintf

Completed in 22 milliseconds