OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_netid
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/rpc/
svc.c
115
char *
sc_netid
;
member in struct:svc_callout
307
s->
sc_netid
= netid;
341
if (s->
sc_netid
)
342
mem_free(s->
sc_netid
, sizeof (s->
sc_netid
) + 1);
428
((netid == NULL) || (s->
sc_netid
== NULL) ||
429
(strcmp(netid, s->
sc_netid
) == 0)))
svc.c
115
char *
sc_netid
;
member in struct:svc_callout
307
s->
sc_netid
= netid;
341
if (s->
sc_netid
)
342
mem_free(s->
sc_netid
, sizeof (s->
sc_netid
) + 1);
428
((netid == NULL) || (s->
sc_netid
== NULL) ||
429
(strcmp(netid, s->
sc_netid
) == 0)))
Completed in 94 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025