Sign in
googlers
/
maze
/
klibc
/
cc13e976f7b344f8b4271f079d2722b5d42a1317
/
.
/
ipconfig
/
bootp_proto.h
blob: 575b0cfb6cef1918c69d777720e957a8a19c3f63 [
file
] [
log
] [
blame
]
/*
* bootp_proto.h
*/
int
bootp_send_request
(
struct
netdev
*
dev
);
int
bootp_recv_reply
(
struct
netdev
*
dev
);
int
bootp_parse
(
struct
netdev
*
dev
,
struct
bootp_hdr
*
hdr
,
__u8
*
exts
,
int
extlen
);
int
bootp_init_if
(
struct
netdev
*
dev
);