HomeSort by: relevance | last modified time | path
    Searched defs:ip6_sprintf (Results 1 - 1 of 1) 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 macro

Completed in 24 milliseconds