sys/socket: add SOL_PACKET packet operation type definition
Signed-off-by: guoshichao <guoshichao@xiaomi.com>
This commit is contained in:
parent
2badabfb67
commit
0af01312fd
1 changed files with 2 additions and 0 deletions
|
@ -242,6 +242,8 @@
|
|||
#define SOL_SCO 17 /* See options in include/netpacket/bluetooth.h */
|
||||
#define SOL_RFCOMM 18 /* See options in include/netpacket/bluetooth.h */
|
||||
|
||||
#define SOL_PACKET 19
|
||||
|
||||
/* Protocol-level socket options may begin with this value */
|
||||
|
||||
#define __SO_PROTOCOL 16
|
||||
|
|
Loading…
Reference in a new issue