mirror of https://github.com/ipxe/ipxe.git
Warnings purge
parent
bf871c4d03
commit
ef7f6e72a1
|
@ -32,7 +32,7 @@ struct neighbour_solicit {
|
||||||
/* "Compulsory" options */
|
/* "Compulsory" options */
|
||||||
uint8_t opt_type;
|
uint8_t opt_type;
|
||||||
uint8_t opt_len;
|
uint8_t opt_len;
|
||||||
#warning hack alert
|
/* FIXME: hack alert */
|
||||||
uint8_t opt_ll_addr[6];
|
uint8_t opt_ll_addr[6];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ struct neighbour_advert {
|
||||||
struct in6_addr target;
|
struct in6_addr target;
|
||||||
uint8_t opt_type;
|
uint8_t opt_type;
|
||||||
uint8_t opt_len;
|
uint8_t opt_len;
|
||||||
#warning hack alert
|
/* FIXME: hack alert */
|
||||||
uint8_t opt_ll_addr[6];
|
uint8_t opt_ll_addr[6];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,6 @@
|
||||||
#define NDP_STATE_PROBE 4
|
#define NDP_STATE_PROBE 4
|
||||||
#define NDP_STATE_STALE 5
|
#define NDP_STATE_STALE 5
|
||||||
|
|
||||||
static struct ndp_entry * ndp_find_entry ( struct in6_addr *in6 );
|
|
||||||
int ndp_resolve ( struct net_device *netdev, struct in6_addr *src,
|
int ndp_resolve ( struct net_device *netdev, struct in6_addr *src,
|
||||||
struct in6_addr *dest, void *dest_ll_addr );
|
struct in6_addr *dest, void *dest_ll_addr );
|
||||||
int ndp_process_advert ( struct io_buffer *iobuf, struct sockaddr_tcpip *st_src,
|
int ndp_process_advert ( struct io_buffer *iobuf, struct sockaddr_tcpip *st_src,
|
||||||
|
|
Loading…
Reference in New Issue