This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]