Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Drpc_prot.c174 enum msg_type *prm_direction; in xdr_replymsg() local
180 prm_direction = &rmsg->rm_direction; in xdr_replymsg()
185 xdr_enum(xdrs, (enum_t *) prm_direction) && in xdr_replymsg()
202 enum msg_type *prm_direction; in xdr_callhdr() local
207 prm_direction = &cmsg->rm_direction; in xdr_callhdr()
214 xdr_enum(xdrs, (enum_t *) prm_direction) && in xdr_callhdr()
H A Drpc_callmsg.c54 enum msg_type *prm_direction; in xdr_callmsg() local
186 prm_direction = &cmsg->rm_direction; in xdr_callmsg()
189 xdr_enum(xdrs, (enum_t *) prm_direction) && in xdr_callmsg()
/freebsd/sys/rpc/
H A Drpc_prot.c172 enum msg_type *prm_direction; in xdr_replymsg() local
199 prm_direction = &rmsg->rm_direction; in xdr_replymsg()
204 xdr_enum(xdrs, (enum_t *) prm_direction) && in xdr_replymsg()
221 enum msg_type *prm_direction; in xdr_callhdr() local
226 prm_direction = &cmsg->rm_direction; in xdr_callhdr()
233 xdr_enum(xdrs, (enum_t *) prm_direction) && in xdr_callhdr()
H A Drpc_callmsg.c53 enum msg_type *prm_direction; in xdr_callmsg() local
182 prm_direction = &cmsg->rm_direction; in xdr_callmsg()
185 xdr_enum(xdrs, (enum_t *) prm_direction) && in xdr_callmsg()