diff options
| author | Szabolcs Nagy <nsz@port70.net> | 2017-11-26 23:26:26 +0000 | 
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2018-02-22 18:47:49 -0500 | 
| commit | 4d4a665799a0ed6dda3deed3d380b72c84d9f4d2 (patch) | |
| tree | 6603125ad73552af32b377514d06d3744aba2ee4 /include | |
| parent | 38e81ddc0440ecc61f6fa9faf9225b91c9c8017c (diff) | |
| download | musl-4d4a665799a0ed6dda3deed3d380b72c84d9f4d2.tar.gz | |
net/if_arp.h: add ARPHRD_RAWIP from linux v4.14
new in linux commmit cdf4969c42a6c1a376dd03a9e846cf638d3cd4b1
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/if_arp.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/net/if_arp.h b/include/net/if_arp.h index c832ff95..27becc83 100644 --- a/include/net/if_arp.h +++ b/include/net/if_arp.h @@ -59,6 +59,7 @@ struct arphdr {  #define ARPHRD_LAPB	516  #define ARPHRD_DDCMP	517  #define	ARPHRD_RAWHDLC	518 +#define ARPHRD_RAWIP	519  #define ARPHRD_TUNNEL	768  #define ARPHRD_TUNNEL6	769 | 
