Searched refs:bindresvport (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/net/
H A Dbindresvport.c38 bindresvport(int sd, struct sockaddr_in *sin) function
/illumos-gate/usr/src/lib/librpcsvc/
H A DMakefile.com34 bindresvport.o
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dbindresvport.c55 bindresvport(int sd, struct sockaddr_in *sin) function
104 * bindresvport(), it will be unset. But this should never happen...
113 * Past versions of this bindresvport() code have
/illumos-gate/usr/src/lib/libsocket/
H A DMakefile.com29 INETOBJS = bindresvport.o bootparams_getbyname.o ether_addr.o \
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dsvc_tcp.c67 extern int bindresvport(int, struct sockaddr_in *);
129 if (bindresvport(sock, &addr)) {
H A Dclnt_tcp.c79 extern int bindresvport(int, struct sockaddr_in *);
158 i = bindresvport(*sockp, (struct sockaddr_in *)0);
H A Dclnt_udp.c68 extern int bindresvport(int, struct sockaddr_in *);
185 (void) bindresvport(*sockp, (struct sockaddr_in *)0);
H A Dsvc_udp.c69 extern int bindresvport(int, struct sockaddr_in *);
125 if (bindresvport(sock, &addr)) {
/illumos-gate/usr/src/lib/libsocket/common/
H A Dllib-lsocket48 /* bindresvport.c */
49 int bindresvport(int sd, struct sockaddr_in *sin);
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_gen.c218 bindresvport( function
237 RPCLOG(1, "bindresvport: t_kalloc %d\n", error);
242 RPCLOG(1, "bindresvport: t_kalloc %d\n", error);
275 RPCLOG(8, "bindresvport: calling t_kbind tiptr = %p\n",
278 RPCLOG(1, "bindresvport: t_kbind: %d\n", error);
288 RPCLOG0(1, "bindresvport: bcmp error\n");
311 RPCLOG(8, "bindresvport: calling t_kbind tiptr = 0%p\n",
314 RPCLOG(1, "bindresvport: t_kbind: %d\n", error);
324 RPCLOG0(1, "bindresvport: bcmp error\n");
332 RPCLOG(8, "bindresvport
[all...]
H A Dclnt.h358 extern int bindresvport(TIUSER *tiptr, struct netbuf *addr,
H A Dclnt_clts.c1659 bindresvport(new->e_tiptr, NULL, NULL, FALSE)) != 0) {
1661 "endpnt_get: bindresvport error %d\n", error);
H A Dclnt_cots.c2114 * t_kbind/bindresvport gives us. If another thread wants a
2203 if ((i = bindresvport(tiptr, retryaddr, srcaddr, TRUE)) != 0) {
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet_sundry.c86 static int bindresvport(struct netconfig *, int, struct netbuf *);
105 return (bindresvport(tp, fd, (struct netbuf *)par));
897 bindresvport(struct netconfig *nconf, int fd, struct netbuf *addr) function
1016 * bindresvport(), it will be unset. Better be safe...
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c213 nd_log("nfs_dump: calling bindresvport\n");
214 if (error = bindresvport(*tiptr, NULL, NULL, FALSE)) {
216 "\nnfs_dump: bindresvport failed: %m\n");
/illumos-gate/usr/src/lib/libbc/sparc/
H A DMakefile176 ether_addr.o bindresvport.o getrpcport.o rcmd.o \
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s651 NO_UNLOAD_STUB(rpcmod, bindresvport, nomod_minus_one);
/illumos-gate/usr/src/uts/sparc/ml/
H A Dmodstubs.s538 NO_UNLOAD_STUB(rpcmod, bindresvport, nomod_minus_one);

Completed in 111 milliseconds