File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,6 @@ enum net_lte_protocol {
2828 NPROTO_AT = 513 ,
2929};
3030
31- /** Protocol numbers for LOCAL protocols */
32- enum net_local_protocol {
33- NPROTO_DFU = 515
34- };
35-
3631/* When CONFIG_NET_SOCKETS_OFFLOAD is enabled, offloaded sockets take precedence
3732 * when creating a new socket. Combine this flag with a socket type when
3833 * creating a socket, to enforce native socket creation (e. g. SOCK_STREAM | SOCK_NATIVE).
@@ -109,21 +104,6 @@ enum net_local_protocol {
109104 */
110105#define SO_TCP_SRV_SESSTIMEO 55
111106
112- /* NCS specific DFU options */
113-
114- /** Protocol level for DFU. */
115- #define SOL_DFU 515
116-
117- /* Socket options for SOL_DFU level */
118- #define SO_DFU_FW_VERSION 1
119- #define SO_DFU_RESOURCES 2
120- #define SO_DFU_TIMEO 3
121- #define SO_DFU_APPLY 4
122- #define SO_DFU_REVERT 5
123- #define SO_DFU_BACKUP_DELETE 6
124- #define SO_DFU_OFFSET 7
125- #define SO_DFU_ERROR 20
126-
127107/* NCS specific gettaddrinfo() flags */
128108
129109/** Assume `service` contains a Packet Data Network (PDN) ID.
You can’t perform that action at this time.
0 commit comments