Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rpc.c408 struct rpcnames { struct
411 } rpcnames[] = { argument
549 register struct rpcnames *a, *b; in compare()
558 struct rpcnames *r;
559 struct rpcnames *bsearch();
560 int elems = sizeof (rpcnames) / sizeof (*r);
562 r = bsearch(&prog, rpcnames, elems, sizeof (*r), compare);