diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-10-27 12:56:58 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-10-27 12:56:58 +0000 |
commit | 7ff85c53f17cbd6e3696ece978910f33f74901fe (patch) | |
tree | 15c14405bd29f8bcede85087bd481d21dd22b4e9 /networking/udhcp/common.h | |
parent | de5f645dff4848e30a2bf564713088c2425ce9e2 (diff) | |
download | busybox-w32-7ff85c53f17cbd6e3696ece978910f33f74901fe.tar.gz busybox-w32-7ff85c53f17cbd6e3696ece978910f33f74901fe.tar.bz2 busybox-w32-7ff85c53f17cbd6e3696ece978910f33f74901fe.zip |
udhcp: simplify SO_BINDTODEVICE call
Diffstat (limited to 'networking/udhcp/common.h')
-rw-r--r-- | networking/udhcp/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h index 66a0b0d8b..de4a8c75a 100644 --- a/networking/udhcp/common.h +++ b/networking/udhcp/common.h | |||
@@ -91,8 +91,8 @@ void udhcp_run_script(struct dhcpMessage *packet, const char *name) FAST_FUNC; | |||
91 | void udhcp_sp_setup(void) FAST_FUNC; | 91 | void udhcp_sp_setup(void) FAST_FUNC; |
92 | int udhcp_sp_fd_set(fd_set *rfds, int extra_fd) FAST_FUNC; | 92 | int udhcp_sp_fd_set(fd_set *rfds, int extra_fd) FAST_FUNC; |
93 | int udhcp_sp_read(const fd_set *rfds) FAST_FUNC; | 93 | int udhcp_sp_read(const fd_set *rfds) FAST_FUNC; |
94 | int udhcp_raw_socket(int ifindex) FAST_FUNC; | ||
95 | int udhcp_read_interface(const char *interface, int *ifindex, uint32_t *addr, uint8_t *arp) FAST_FUNC; | 94 | int udhcp_read_interface(const char *interface, int *ifindex, uint32_t *addr, uint8_t *arp) FAST_FUNC; |
95 | int udhcp_raw_socket(int ifindex) FAST_FUNC; | ||
96 | int udhcp_listen_socket(/*uint32_t ip,*/ int port, const char *inf) FAST_FUNC; | 96 | int udhcp_listen_socket(/*uint32_t ip,*/ int port, const char *inf) FAST_FUNC; |
97 | /* Returns 1 if no reply received */ | 97 | /* Returns 1 if no reply received */ |
98 | int arpping(uint32_t test_ip, uint32_t from_ip, uint8_t *from_mac, const char *interface) FAST_FUNC; | 98 | int arpping(uint32_t test_ip, uint32_t from_ip, uint8_t *from_mac, const char *interface) FAST_FUNC; |