OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__rpc_getconfip
(Results
1 - 5
of
5
) sorted by relevancy
/src/include/rpc/
nettype.h
60
extern struct netconfig *
__rpc_getconfip
(const char *);
/src/lib/libc/rpc/
pmap_clnt.c
81
nconf =
__rpc_getconfip
(protocol == IPPROTO_UDP ? "udp" : "tcp");
109
nconf =
__rpc_getconfip
("udp");
115
nconf =
__rpc_getconfip
("tcp");
rpc_soc.c
124
if ((nconf =
__rpc_getconfip
(tp)) == NULL) {
236
if ((nconf =
__rpc_getconfip
(netid)) == NULL) {
rpc_generic.c
253
__rpc_getconfip
(const char *nettype)
function in typeref:struct:netconfig *
/src/usr.bin/rpcinfo/
rpcinfo.c
566
if ((nconf =
__rpc_getconfip
("udp")) == NULL &&
567
(nconf =
__rpc_getconfip
("tcp")) == NULL) {
Completed in 15 milliseconds
Indexes created Tue Oct 14 11:09:46 GMT 2025