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

  /src/common/include/rpc/
types.h 83 * The netbuf structure is defined here, because NetBSD only uses it inside
89 * The netbuf structure is used for transport-independent address storage.
91 struct netbuf { struct
103 struct netbuf addr;
  /src/lib/libc/net/
getnetnamadr.c 171 static char netbuf[PACKETSZ]; local in function:getnetanswer
201 bp = netbuf;
202 ep = netbuf + sizeof(netbuf);

Completed in 12 milliseconds