FYI: I added a new database, rpcport, to glibc

H. J. Lu hjl@lucon.org
Wed Sep 11 20:42:00 GMT 2002


FYI, I have a need to be able to run RPC services at the fixed ports.
I added a new database, rpcport, to my glibc. It looks like

#       rpcport
#
# name          number  port
portmapper      100000  111
nfs             100003  2049
mountd          100005  32771
rquotad         100011  638
nlockmgr        100021  32770
status          100024  32773
nfs_acl         100227  32774

The new functions are

endrpcportent
getrpcportbyname
getrpcportbyname_r
getrpcportbynumber
getrpcportbynumber_r
getrpcportent
getrpcportent_r
setrpcportent
getrpcportbyport
getrpcportbyport_r
svctcp_socket
svcudp_socket

Let me know if anyone is interested in my change.


H.J.



More information about the Libc-alpha mailing list