Searched refs:bindresvport (Results 1 – 16 of 16) sorted by relevance
/illumos-gate/usr/src/lib/librpcsvc/ |
H A D | Makefile.com | 34 bindresvport.o
|
/illumos-gate/usr/src/lib/libsocket/inet/ |
H A D | bindresvport.c | 53 bindresvport(int sd, struct sockaddr_in *sin) in bindresvport() function
|
/illumos-gate/usr/src/lib/libsocket/ |
H A D | Makefile.com | 30 INETOBJS = bindresvport.o bootparams_getbyname.o ether_addr.o \
|
/illumos-gate/usr/src/ucblib/librpcsoc/ |
H A D | svc_tcp.c | 65 extern int bindresvport(int, struct sockaddr_in *); 127 if (bindresvport(sock, &addr)) {
|
H A D | clnt_tcp.c | 77 extern int bindresvport(int, struct sockaddr_in *); 150 (void) bindresvport(*sockp, (struct sockaddr_in *)0); in clnttcp_create()
|
H A D | clnt_udp.c | 66 extern int bindresvport(int, struct sockaddr_in *); 183 (void) bindresvport(*sockp, (struct sockaddr_in *)0);
|
H A D | svc_udp.c | 67 extern int bindresvport(int, struct sockaddr_in *); 123 if (bindresvport(sock, &addr)) {
|
/illumos-gate/usr/src/lib/libnsl/nss/ |
H A D | netdir_inet_sundry.c | 87 static int bindresvport(struct netconfig *, int, struct netbuf *); 106 return (bindresvport(tp, fd, (struct netbuf *)par)); in __inet_netdir_options() 898 bindresvport(struct netconfig *nconf, int fd, struct netbuf *addr) in bindresvport() function
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | clnt_gen.c | 216 bindresvport( in bindresvport() function
|
H A D | clnt.h | 358 extern int bindresvport(TIUSER *tiptr, struct netbuf *addr,
|
H A D | clnt_clts.c | 1670 bindresvport(new->e_tiptr, NULL, NULL, FALSE)) != 0) { in endpnt_get()
|
H A D | clnt_cots.c | 2204 if ((i = bindresvport(tiptr, retryaddr, srcaddr, TRUE)) != 0) { in connmgr_get()
|
/illumos-gate/usr/src/lib/libsocket/common/ |
H A D | mapfile-vers | 249 bindresvport;
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dump.c | 214 if (error = bindresvport(*tiptr, NULL, NULL, FALSE)) { in nd_init()
|
/illumos-gate/usr/src/uts/sparc/ml/ |
H A D | modstubs.S | 509 NO_UNLOAD_STUB(rpcmod, bindresvport, nomod_minus_one);
|
/illumos-gate/usr/src/uts/intel/ml/ |
H A D | modstubs.S | 469 NO_UNLOAD_STUB(rpcmod, bindresvport, nomod_minus_one);
|