Home
last modified time | relevance | path

Searched refs:sproto (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/svc/servinfo/
H A Dservinfo.c102 svc_getrpcinfo(char *sname, char *sproto, int options) in svc_getrpcinfo() argument
157 if (sproto) { in svc_getrpcinfo()
158 if (strcmp(blist->rpcb_map.r_netid, sproto) != 0) in svc_getrpcinfo()
213 char *sproto = NULL; in main() local
228 sproto = TCP; in main()
231 sproto = UDP; in main()
259 if (sproto && v6_flag) { in main()
260 if (strcmp(sproto, TCP) == 0) in main()
261 sproto = TCP6; in main()
262 if (strcmp(sproto, UDP) == 0) in main()
[all …]