mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 03:05:40 +08:00
sys/socket: add SOL_PACKET packet operation type definition
Signed-off-by: guoshichao <guoshichao@xiaomi.com>
This commit is contained in:
committed by
Alan C. Assis
parent
2badabfb67
commit
0af01312fd
@@ -242,6 +242,8 @@
|
|||||||
#define SOL_SCO 17 /* See options in include/netpacket/bluetooth.h */
|
#define SOL_SCO 17 /* See options in include/netpacket/bluetooth.h */
|
||||||
#define SOL_RFCOMM 18 /* 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 */
|
/* Protocol-level socket options may begin with this value */
|
||||||
|
|
||||||
#define __SO_PROTOCOL 16
|
#define __SO_PROTOCOL 16
|
||||||
|
|||||||
Reference in New Issue
Block a user