Skip to content
Snippets Groups Projects
Commit 0169ef61 authored by Alessandro Rubini's avatar Alessandro Rubini
Browse files

wr_sockaddr_t: remove unused fields


Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
parent 4f026775
No related merge requests found
......@@ -55,14 +55,8 @@ typedef struct {
mac_addr_t mac;
// Destination MASC address, filled by recvfrom() function on interfaces bound to multiple addresses
mac_addr_t mac_dest;
// IP address
ipv4_addr_t ip;
// UDP port
uint16_t port;
// RAW ethertype
uint16_t ethertype;
// physical port to bind socket to
uint16_t physical_port;
} wr_sockaddr_t;
PACKED struct _wr_timestamp {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment