HomeSort by: relevance | last modified time | path
    Searched refs:nvlist_send (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/libnv/dist/
nv.h 108 int nvlist_send(int sock, const nvlist_t *nvl);
nvlist.c 1282 nvlist_send(int sock, const nvlist_t *nvl) function in typeref:typename:int
1384 if (nvlist_send(sock, nvl) < 0) {
  /src/lib/libnpf/
npf.c 269 * - If socket, then perform nvlist_send()/nvlist_recv().
278 if (nvlist_send(fd, req) == -1) {

Completed in 13 milliseconds