2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

Add code to read and discard incoming packets on fallback socket

This commit is contained in:
Ted Lemon
1996-06-12 23:52:38 +00:00
parent 3b170e0d32
commit c5568eb50a
6 changed files with 82 additions and 2 deletions

View File

@@ -401,6 +401,7 @@ size_t send_fallback PROTO ((struct interface_info *,
struct packet *, struct dhcp_packet *, size_t,
struct in_addr,
struct sockaddr_in *, struct hardware *));
size_t fallback_discard PROTO ((struct interface_info *));
#endif
#ifdef USE_SOCKET_SEND