rpc.h (42b4f28ebdf07192c1a09a8711cb7c31a09b9381) | rpc.h (469bed11ef66ab2a077aa7555ad82815cd37e74f) |
---|---|
1/* 2 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for 3 * unrestricted use provided that this legend is included on all tape 4 * media and as a part of the software program in whole or part. Users 5 * may copy or modify Sun RPC without charge, but are not authorized 6 * to license or distribute it to anyone else except as part of a product or 7 * program developed by the user. 8 * --- 73 unchanged lines hidden (view full) --- 82extern struct rpcent *getrpcbyname __P((char *)); 83extern struct rpcent *getrpcbynumber __P((int)); 84extern struct rpcent *getrpcent __P((void)); 85extern int getrpcport __P((char *host, int prognum, int versnum, int proto)); 86extern void setrpcent __P((int)); 87extern void endrpcent __P((void)); 88 89extern int bindresvport __P((int, struct sockaddr_in *)); | 1/* 2 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for 3 * unrestricted use provided that this legend is included on all tape 4 * media and as a part of the software program in whole or part. Users 5 * may copy or modify Sun RPC without charge, but are not authorized 6 * to license or distribute it to anyone else except as part of a product or 7 * program developed by the user. 8 * --- 73 unchanged lines hidden (view full) --- 82extern struct rpcent *getrpcbyname __P((char *)); 83extern struct rpcent *getrpcbynumber __P((int)); 84extern struct rpcent *getrpcent __P((void)); 85extern int getrpcport __P((char *host, int prognum, int versnum, int proto)); 86extern void setrpcent __P((int)); 87extern void endrpcent __P((void)); 88 89extern int bindresvport __P((int, struct sockaddr_in *)); |
90extern int bindresvport2 __P((int, struct sockaddr *, int addrlen)); | 90extern int bindresvport_sa __P((int, struct sockaddr *)); |
91extern int get_myaddress __P((struct sockaddr_in *)); 92__END_DECLS 93 94#endif /* !_RPC_RPC_H */ | 91extern int get_myaddress __P((struct sockaddr_in *)); 92__END_DECLS 93 94#endif /* !_RPC_RPC_H */ |