Home
last modified time | relevance | path

Searched refs:stoa (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A DMakefile.inc37 setmode.c shio.c statlog.c stoa.c strpbrk.c \
89 interface.o statlog.o stoa.o \
133 sysfiles.o stoa.o setmode.o
139 strsave.o stoa.o setmode.o
H A Dstoa.c73 stoa(str, addr) /* Return netbuf ptr if success */ in stoa() function
H A Dcallers.c1057 EXTERN struct netbuf *stoa();
1144 if ( stoa(dev[D_ARG], &(sndcall->addr)) == (struct netbuf *)NULL ) {
/illumos-gate/usr/src/cmd/listen/
H A Dnsaddr.h55 struct netbuf *stoa(/* str, netbuf */);
H A Dlisten.c1689 extern struct netbuf *stoa();
1708 if (stoa(lstr, &netbuf) == (struct netbuf *)NULL) {
1953 extern struct netbuf *stoa();
1966 if (stoa(lstr, &netbuf) == (struct netbuf *)NULL) {
H A Dnstoa.c82 stoa(str, addr) /* Return 0 for success, -1 for error */ in stoa() function
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dstoa.c78 stoa(char *str, struct netbuf *addr) in stoa() function
H A Dcallers.c462 static struct netbuf *stoa(char *, struct netbuf *);
567 if (stoa(dev[D_ARG], &(sndcall->addr)) == NULL) { in tlicall()