Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions nrf_modem/include/nrf_socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,9 @@ struct nrf_ifaddrs {
*/
typedef uint32_t nrf_sec_tag_t;

/** Placeholder value for security tags. Needed for various checks in SDK code. */
#define NRF_SEC_TAG_INVALID 0xFFFFFFFF

/** @} */

/**
Expand Down