HomeSort by relevance Sort by last modified time
    Searched defs:netbuf (Results 1 - 12 of 12) sorted by null

  /nfsv41/nfs41-gate/usr/src/cmd/listen/
nsaddr.h 44 struct netbuf { struct
52 struct netbuf addbuf;
55 struct netbuf *stoa(/* str, netbuf */);
56 char *atos(/* str, netbuf, type */);
listen.c 1684 struct netbuf netbuf; local
1944 struct netbuf netbuf; local
    [all...]
  /nfsv41/nfs41-gate/usr/src/lib/libbc/libc/yp/
yp_bind.c 64 struct netbuf { struct
79 struct netbuf *ypbind_svcaddr;
138 * libnsl/yp; it converts the libnsl [netbuf based] dom_binding structure into
  /nfsv41/nfs41-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
tlx.c 135 if (!rpcb_set(rpc->prognum, ver, nconf, &(rpc->netbuf))) {
229 tlx_bind(int fd, const struct netbuf *reqaddr, struct netbuf *retaddr, int qlen)
293 * Compare contents of netbuf for equality. Return B_TRUE on a match and
297 netbufs_equal(struct netbuf *n1, struct netbuf *n2)
314 struct netbuf *reqaddr;
315 struct netbuf *retaddr;
316 struct netbuf netbuf; local
    [all...]
  /nfsv41/nfs41-gate/usr/src/lib/libbc/libc/sys/4.2/
mount.c 52 * structs netbuf, knetconfig, and nfsarg from SVR4
56 struct netbuf { struct
71 struct netbuf *addr; /* file server address */
73 struct netbuf *syncaddr;
125 (struct netbuf *)malloc(sizeof (struct netbuf))) == NULL)
128 (struct netbuf *)malloc(sizeof (struct netbuf))) == NULL) {
  /nfsv41/nfs41-gate/usr/src/uts/common/sys/
tiuser.h 85 * netbuf structure
88 struct netbuf { struct
107 struct netbuf addr;
115 struct netbuf opt;
123 struct netbuf udata; /* user data */
132 struct netbuf addr; /* address */
133 struct netbuf opt; /* options */
134 struct netbuf udata; /* user data */
142 struct netbuf addr; /* address */
143 struct netbuf opt; /* options *
    [all...]
  /nfsv41/nfs41-gate/usr/src/cmd/cvcd/sparc/sun4u/starfire/
cvcd.c 588 struct netbuf netbuf; local
649 netbuf.buf = addr;
650 netbuf.len = 0;
651 netbuf.maxlen = 100;
652 if (ioctl(newfd, TI_GETPEERNAME, &netbuf) < 0) {
  /nfsv41/nfs41-gate/usr/src/cmd/mailx/
optim.c 859 static char netbuf[256]; variable
876 if (strcmp(str, netbuf) == 0)
878 return(savestr(netbuf));
908 nstrcat(netbuf, sizeof (netbuf), cp);
915 stradd(netbuf, sizeof (netbuf), '@');
916 nstrcat(netbuf, sizeof (netbuf), cp);
922 nstrcat(netbuf, sizeof (netbuf), cp)
    [all...]
  /nfsv41/nfs41-gate/usr/src/lib/libbc/inc/include/nettli/
tiuser.h 107 * netbuf structure
110 struct netbuf { struct
121 struct netbuf addr;
129 struct netbuf opt;
137 struct netbuf udata; /* user data */
146 struct netbuf addr; /* address */
147 struct netbuf opt; /* options */
148 struct netbuf udata; /* user data */
156 struct netbuf addr; /* address */
157 struct netbuf opt; /* options *
    [all...]
  /nfsv41/nfs41-gate/usr/src/head/
xti.h 281 * netbuf structure
283 struct netbuf { struct
309 struct netbuf addr;
317 struct netbuf opt;
325 struct netbuf udata; /* user data */
334 struct netbuf addr; /* address */
335 struct netbuf opt; /* options */
336 struct netbuf udata; /* user data */
344 struct netbuf addr; /* address */
345 struct netbuf opt; /* options *
    [all...]
  /nfsv41/nfs41-gate/usr/src/lib/libinetsvc/common/
inetsvc.h 172 struct netbuf netbuf; member in struct:__anon3714
213 struct netbuf local_addr;
  /nfsv41/nfs41-gate/usr/src/uts/common/avs/ns/
contract.h 235 struct netbuf { struct

Completed in 1020 milliseconds