Searched refs:nfs_boot_sendrecv (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/nfs/ |
H A D | nfsdiskless.h | 95 int nfs_boot_sendrecv(struct socket *, struct sockaddr_in *,
|
H A D | nfs_bootdhcp.c | 637 error = nfs_boot_sendrecv(so, &sin, bootpset, m, in bootpc_call() 664 error = nfs_boot_sendrecv(so, &sin, bootpset, m, in bootpc_call()
|
H A D | krpc_subr.c | 66 #include <nfs/nfsdiskless.h> /* XXX decl nfs_boot_sendrecv */ 315 error = nfs_boot_sendrecv(so, &sin, NULL, mhead, krpccheck, &m, &from, in krpc_call()
|
H A D | nfs_boot.c | 432 nfs_boot_sendrecv(struct socket *so, struct sockaddr_in *nam, in nfs_boot_sendrecv() function
|
/netbsd-src/sys/kern/ |
H A D | subr_tftproot.c | 288 if ((error = nfs_boot_sendrecv(so, &sin, NULL, m_outbuf, in tftproot_getfile()
|