Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ypcmd/
H A Dypv1_xdr.c56 XDR_DISCRIM yprequest_arms[4]; in _xdr_yprequest() local
58 yprequest_arms[0].value = (int)YPREQ_KEY; in _xdr_yprequest()
59 yprequest_arms[1].value = (int)YPREQ_NOKEY; in _xdr_yprequest()
60 yprequest_arms[2].value = (int)YPREQ_KEY; in _xdr_yprequest()
61 yprequest_arms[3].value = __dontcare__; in _xdr_yprequest()
62 yprequest_arms[0].proc = (xdrproc_t)xdr_ypreq_key; in _xdr_yprequest()
63 yprequest_arms[1].proc = (xdrproc_t)xdr_ypreq_nokey; in _xdr_yprequest()
64 yprequest_arms[2].proc = (xdrproc_t)xdr_ypmap_parms; in _xdr_yprequest()
65 yprequest_arms[3].proc = (xdrproc_t)NULL; in _xdr_yprequest()
70 yprequest_arms, NULL)); in _xdr_yprequest()