This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2f4f59a76f
NetBSD
/
sys
/
lib
/
libsa
/
bootparam.h
5 lines
99 B
C
Raw
Normal View
History
Unescape
Escape
Support functions for NFS boot (get server address and root path).
1995-06-27 19:32:40 +04:00
int
bp_whoami
(
int
sock
)
;
Another round of clean up, including fixes presented by Matthias Drochner (PR#1404). Things to be noted: - all IP addresses are now `struct in_addr's. - the function rarp_getipaddress() no longer return `myip'; in stead it returns -1 on failure (errno set), 0 on success. `myip' is set as a size-effect.
1995-09-19 01:19:18 +04:00
int
bp_getfile
(
int
sock
,
char
*
key
,
struct
in_addr
*
addrp
,
char
*
path
)
;
Support functions for NFS boot (get server address and root path).
1995-06-27 19:32:40 +04:00