Skip to content

Commit d553bda

Browse files
Christopher Métraillermbolivar-nordic
authored andcommitted
[nrf noup]: include: net: Add option for PDN sockets.
Adding SO_PDN_CONTEXT_ID option value for PDN sockets. Signed-off-by: Christopher Métrailler <[email protected]> (cherry picked from commit 71dcbe4) (cherry picked from commit d83de90) Signed-off-by: Martí Bolívar <[email protected]>
1 parent e60de7b commit d553bda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/net/socket.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,7 @@ struct ifreq {
794794

795795
/* Socket options for SOL_PDN level */
796796
#define SO_PDN_AF 1
797+
#define SO_PDN_CONTEXT_ID 2
797798

798799
/* Protocol level for DFU. */
799800
#define SOL_DFU 515

0 commit comments

Comments
 (0)