mirror of git://git.musl-libc.org/musl
add PACKET_IGNORE_OUTGOING sockopt from linux v4.20
new in linux commit fa788d986a3aac5069378ed04697bd06f83d3488
This commit is contained in:
parent
db8b53f207
commit
c6a61df183
|
@ -48,6 +48,7 @@ struct packet_mreq {
|
|||
#define PACKET_QDISC_BYPASS 20
|
||||
#define PACKET_ROLLOVER_STATS 21
|
||||
#define PACKET_FANOUT_DATA 22
|
||||
#define PACKET_IGNORE_OUTGOING 23
|
||||
|
||||
#define PACKET_MR_MULTICAST 0
|
||||
#define PACKET_MR_PROMISC 1
|
||||
|
|
Loading…
Reference in New Issue