mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 22:35:25 +00:00
Fix fallback_discard ifdefs again.
This commit is contained in:
@@ -1140,13 +1140,15 @@ ssize_t receive_packet PROTO ((struct interface_info *,
|
||||
unsigned char *, size_t,
|
||||
struct sockaddr_in *, struct hardware *));
|
||||
#endif
|
||||
#if defined (USE_SOCKET_SEND)
|
||||
|
||||
#if defined (USE_SOCKET_SEND) || defined (USE_SOCKET_FALLBACK)
|
||||
void fallback_discard PROTO ((struct protocol *));
|
||||
# if !defined (USE_SOCKET_FALLBACK)
|
||||
#endif
|
||||
|
||||
#if defined (USE_SOCKET_SEND) && !defined (USE_SOCKET_FALLBACK)
|
||||
int can_unicast_without_arp PROTO ((struct interface_info *));
|
||||
int can_receive_unicast_unconfigured PROTO ((struct interface_info *));
|
||||
void maybe_setup_fallback PROTO ((void));
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* bpf.c */
|
||||
|
Reference in New Issue
Block a user