udhcpc6: s/iphdr/ip6_hdr/
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
85b380f6b2
commit
4f70a32f46
@ -34,7 +34,7 @@ struct d6_packet {
|
|||||||
uint8_t d6_msg_type;
|
uint8_t d6_msg_type;
|
||||||
uint32_t d6_xid32;
|
uint32_t d6_xid32;
|
||||||
} d6_u;
|
} d6_u;
|
||||||
uint8_t d6_options[576 - sizeof(struct iphdr) - sizeof(struct udphdr) - 4
|
uint8_t d6_options[576 - sizeof(struct ip6_hdr) - sizeof(struct udphdr) - 4
|
||||||
+ CONFIG_UDHCPC_SLACK_FOR_BUGGY_SERVERS];
|
+ CONFIG_UDHCPC_SLACK_FOR_BUGGY_SERVERS];
|
||||||
} PACKED;
|
} PACKED;
|
||||||
#define d6_msg_type d6_u.d6_msg_type
|
#define d6_msg_type d6_u.d6_msg_type
|
||||||
|
Loading…
Reference in New Issue
Block a user