These extensions get called if _bootp_on is set.
0.2: May 22, 1991 : E.J. Sutcliffe - added RFC_1048 vendor fields.
0.1: May 9, 1991 : E. Engelke - made part of the library.
0.0: May 3, 1991 : E. Engelke - original program as an application.
Definition in file pcbootp.c.
Go to the source code of this file.
Functions | |
| int | bootp_xmit (struct bootp *bootp_out) |
| BOOL | bootp_recv (struct bootp *bootp_out, struct bootp *bootp_in) |
| void | bootp_parse (const struct bootp *bootp_in, int len) |
| int | BOOTP_do_boot (void) |
| Main BOOTP initialisation. | |
Variables | |
| DWORD | _bootp_host = IP_BCAST_ADDR |
| int | _bootp_timeout = 15 |
| sock_type * | boot_sock |
|
|
Main BOOTP initialisation. Checks global variables _bootp_timeout, _bootp_host. If no host specified, use the broadcast address.
References DWORD, my_ip_addr, sock_close(), sock_type::udp, and udp_open(). |
1.3.8