diff options
Diffstat (limited to 'networking/udhcp/common.h')
-rw-r--r-- | networking/udhcp/common.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h index 5a258c064..ca96847a7 100644 --- a/networking/udhcp/common.h +++ b/networking/udhcp/common.h | |||
@@ -92,7 +92,11 @@ int udhcp_read_interface(const char *interface, int *ifindex, uint32_t *addr, ui | |||
92 | int udhcp_raw_socket(int ifindex) FAST_FUNC; | 92 | int udhcp_raw_socket(int ifindex) FAST_FUNC; |
93 | int udhcp_listen_socket(/*uint32_t ip,*/ int port, const char *inf) FAST_FUNC; | 93 | int udhcp_listen_socket(/*uint32_t ip,*/ int port, const char *inf) FAST_FUNC; |
94 | /* Returns 1 if no reply received */ | 94 | /* Returns 1 if no reply received */ |
95 | int arpping(uint32_t test_ip, uint32_t from_ip, uint8_t *from_mac, const char *interface) FAST_FUNC; | 95 | int arpping(uint32_t test_ip, |
96 | const uint8_t *safe_mac, | ||
97 | uint32_t from_ip, | ||
98 | uint8_t *from_mac, | ||
99 | const char *interface) FAST_FUNC; | ||
96 | 100 | ||
97 | #if ENABLE_UDHCP_DEBUG | 101 | #if ENABLE_UDHCP_DEBUG |
98 | # define DEBUG(str, args...) bb_info_msg("### " str, ## args) | 102 | # define DEBUG(str, args...) bb_info_msg("### " str, ## args) |