/titanic_44/usr/src/lib/libbc/libc/net/ |
H A D | bindresvport.c | 38 bindresvport(int sd, struct sockaddr_in *sin) in bindresvport() function
|
/titanic_44/usr/src/lib/librpcsvc/ |
H A D | Makefile.com | 34 bindresvport.o
|
/titanic_44/usr/src/lib/libsocket/inet/ |
H A D | bindresvport.c | 55 bindresvport(int sd, struct sockaddr_in *sin) in bindresvport() function
|
/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/ |
H A D | Makefile.com | 43 bindresvport.o \
|
/titanic_44/usr/src/lib/libsocket/ |
H A D | Makefile.com | 29 INETOBJS = bindresvport.o bootparams_getbyname.o ether_addr.o \
|
/titanic_44/usr/src/ucblib/librpcsoc/ |
H A D | svc_tcp.c | 67 extern int bindresvport(int, struct sockaddr_in *); 129 if (bindresvport(sock, &addr)) {
|
H A D | clnt_tcp.c | 79 extern int bindresvport(int, struct sockaddr_in *); 158 i = bindresvport(*sockp, (struct sockaddr_in *)0);
|
H A D | clnt_udp.c | 68 extern int bindresvport(int, struct sockaddr_in *); 185 (void) bindresvport(*sockp, (struct sockaddr_in *)0);
|
H A D | svc_udp.c | 69 extern int bindresvport(int, struct sockaddr_in *); 125 if (bindresvport(sock, &addr)) {
|
/titanic_44/usr/src/lib/libsocket/common/ |
H A D | llib-lsocket | 48 /* bindresvport.c */ 49 int bindresvport(int sd, struct sockaddr_in *sin);
|
H A D | mapfile-vers | 232 bindresvport;
|
/titanic_44/usr/src/lib/libnsl/nss/ |
H A D | netdir_inet_sundry.c | 86 static int bindresvport(struct netconfig *, int, struct netbuf *); 105 return (bindresvport(tp, fd, (struct netbuf *)par)); in __inet_netdir_options() 897 bindresvport(struct netconfig *nconf, int fd, struct netbuf *addr) in bindresvport() function
|
/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | llib-lopenbsd-compat | 31 #include <bindresvport.h>
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | llib-lssh | 38 #include <bindresvport.h>
|
/titanic_44/usr/src/uts/common/rpc/ |
H A D | clnt_gen.c | 218 bindresvport( in bindresvport() function
|
H A D | clnt.h | 358 extern int bindresvport(TIUSER *tiptr, struct netbuf *addr,
|
H A D | clnt_clts.c | 1645 bindresvport(new->e_tiptr, NULL, NULL, FALSE)) != 0) { in endpnt_get()
|
H A D | clnt_cots.c | 2194 if ((i = bindresvport(tiptr, retryaddr, srcaddr, TRUE)) != 0) { in connmgr_get()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dump.c | 209 if (error = bindresvport(*tiptr, NULL, NULL, FALSE)) { in nd_init()
|
/titanic_44/usr/src/lib/libbc/sparc/ |
H A D | Makefile | 176 ether_addr.o bindresvport.o getrpcport.o rcmd.o \
|
/titanic_44/usr/src/uts/sparc/ml/ |
H A D | modstubs.s | 540 NO_UNLOAD_STUB(rpcmod, bindresvport, nomod_minus_one);
|
/titanic_44/usr/src/uts/intel/ia32/ml/ |
H A D | modstubs.s | 651 NO_UNLOAD_STUB(rpcmod, bindresvport, nomod_minus_one);
|
/titanic_44/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 1740 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp 1792 - Clean up bsd-bindresvport.c. Use arc4random() for picking initial 1802 - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
|