Searched defs:bindresvport (Results 1 - 4 of 4) 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/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/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...]
/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...

Completed in 46 milliseconds