diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-09-26 16:29:12 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-09-26 16:29:12 +0000 |
commit | c321b51dc61f975625a0bfc67cf159f159ee2612 (patch) | |
tree | 3a857514e6779c4c00bf157ff29cfa24d5828e1a /networking/udhcp/common.h | |
parent | 1a89133caf043d553d866cd6e707e687e914a013 (diff) | |
download | busybox-w32-c321b51dc61f975625a0bfc67cf159f159ee2612.tar.gz busybox-w32-c321b51dc61f975625a0bfc67cf159f159ee2612.tar.bz2 busybox-w32-c321b51dc61f975625a0bfc67cf159f159ee2612.zip |
udhcp: added some FIXMEs; code shrink. -49 bytes
Diffstat (limited to 'networking/udhcp/common.h')
-rw-r--r-- | networking/udhcp/common.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h index bf099d8d2..68fa65cf5 100644 --- a/networking/udhcp/common.h +++ b/networking/udhcp/common.h | |||
@@ -66,8 +66,9 @@ int udhcp_recv_kernel_packet(struct dhcpMessage *packet, int fd) FAST_FUNC; | |||
66 | 66 | ||
67 | int udhcp_send_raw_packet(struct dhcpMessage *payload, | 67 | int udhcp_send_raw_packet(struct dhcpMessage *payload, |
68 | uint32_t source_ip, int source_port, | 68 | uint32_t source_ip, int source_port, |
69 | uint32_t dest_ip, int dest_port, | 69 | uint32_t dest_ip, int dest_port, const uint8_t *dest_arp, |
70 | const uint8_t *dest_arp, int ifindex) FAST_FUNC; | 70 | int ifindex) FAST_FUNC; |
71 | |||
71 | int udhcp_send_kernel_packet(struct dhcpMessage *payload, | 72 | int udhcp_send_kernel_packet(struct dhcpMessage *payload, |
72 | uint32_t source_ip, int source_port, | 73 | uint32_t source_ip, int source_port, |
73 | uint32_t dest_ip, int dest_port) FAST_FUNC; | 74 | uint32_t dest_ip, int dest_port) FAST_FUNC; |