mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
add PACKET_IGNORE_OUTGOING sockopt from linux v4.20
new in linux commit fa788d986a3aac5069378ed04697bd06f83d3488
This commit is contained in:
parent
db8b53f207
commit
c6a61df183
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue