Home
last modified time | relevance | path

Searched refs:nbufp (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_resolv_common.h61 #define SETCALLER(xprt, nbufp) xprt->xp_rtaddr.len = nbufp->len; \
62 (void) memcpy(xprt->xp_rtaddr.buf, nbufp->buf, nbufp->len);
/illumos-gate/usr/src/cmd/mailx/
H A Dutil.c430 char *bufend, *nbufp; in phrase() local
438 nbufp = (char *)salloc(strlen(name)); in phrase()
440 nbufp = nbuf; in phrase()
443 bufend = nbufp; in phrase()
551 return (token ? --cp : equal(name, nbufp) ? name : in phrase()
552 nbufp == nbuf ? savestr(nbuf) : nbufp); in phrase()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dti_opts.c276 __rpc_get_ltaddr(struct netbuf *nbufp, struct netbuf *ltaddr) in __rpc_get_ltaddr() argument
285 if (nbufp == (struct netbuf *)0 || ltaddr == (struct netbuf *)0) { in __rpc_get_ltaddr()
290 total_optlen = nbufp->len; in __rpc_get_ltaddr()
295 opt_start = (struct T_opthdr *)nbufp->buf; in __rpc_get_ltaddr()
H A Dsvc_dg.c314 struct netbuf *nbufp, *ltaddr; in set_src_addr() local
321 nbufp = (struct netbuf *)xprt->xp_p2; in set_src_addr()
323 if (__rpc_get_ltaddr(nbufp, ltaddr) != 0) in set_src_addr()
367 struct netbuf *nbufp; in svc_dg_recv() local
447 nbufp = (struct netbuf *)(xprt->xp_p2); in svc_dg_recv()
448 if (__rpc_get_ltaddr(nbufp, in svc_dg_recv()