Home | History | Annotate | Download | only in nfs

Lines Matching defs:reply

249 	 * we use the "server" part of the reply as the gateway,
250 * and use the "pathname" part of the reply as the mask.
310 } *reply;
345 if (m->m_len < sizeof(*reply)) {
346 m = m_pullup(m, sizeof(*reply));
350 reply = mtod(m, struct callit_reply *);
351 port = fxdr_unsigned(u_int32_t, reply->port);
352 m_adj(m, sizeof(*reply));
382 printf("nfs_boot: bootparam_whoami: bad reply\n");
474 printf("nfs_boot: bootparam_getfile: bad reply\n");