sys/socket: add SOL_PACKET packet operation type definition

Signed-off-by: guoshichao <guoshichao@xiaomi.com>
This commit is contained in:
guoshichao 2024-12-12 14:48:50 +08:00 committed by Alan C. Assis
parent 2badabfb67
commit 0af01312fd

View file

@ -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