@@ -1171,7 +1171,7 @@ static void test_src_localaddr_recv(void)
1171
1171
struct in6_addr localaddr = { { { 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 ,
1172
1172
0 , 0 , 0 , 0 , 0 , 0 , 0 , 0x1 } } };
1173
1173
struct in6_addr addr = { { { 0x20 , 0x01 , 0x0d , 0xb8 , 0 , 0 , 0 , 0 ,
1174
- 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0x1 } } };
1174
+ 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0x10 } } };
1175
1175
enum net_verdict verdict ;
1176
1176
1177
1177
verdict = recv_msg (& localaddr , & addr );
@@ -1184,7 +1184,7 @@ static void test_dst_localaddr_recv(void)
1184
1184
struct in6_addr localaddr = { { { 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 ,
1185
1185
0 , 0 , 0 , 0 , 0 , 0 , 0 , 0x1 } } };
1186
1186
struct in6_addr addr = { { { 0x20 , 0x01 , 0x0d , 0xb8 , 0 , 0 , 0 , 0 ,
1187
- 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0x1 } } };
1187
+ 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0x10 } } };
1188
1188
enum net_verdict verdict ;
1189
1189
1190
1190
verdict = recv_msg (& addr , & localaddr );
@@ -1197,7 +1197,7 @@ static void test_dst_iface_scope_mcast_recv(void)
1197
1197
struct in6_addr mcast_iface = { { { 0xff , 0x01 , 0 , 0 , 0 , 0 , 0 , 0 ,
1198
1198
0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 } } };
1199
1199
struct in6_addr addr = { { { 0x20 , 0x01 , 0x0d , 0xb8 , 0 , 0 , 0 , 0 ,
1200
- 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0x1 } } };
1200
+ 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0x10 } } };
1201
1201
enum net_verdict verdict ;
1202
1202
1203
1203
verdict = recv_msg (& addr , & mcast_iface );
@@ -1210,7 +1210,7 @@ static void test_dst_zero_scope_mcast_recv(void)
1210
1210
struct in6_addr mcast_zero = { { { 0xff , 0x00 , 0 , 0 , 0 , 0 , 0 , 0 ,
1211
1211
0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 } } };
1212
1212
struct in6_addr addr = { { { 0x20 , 0x01 , 0x0d , 0xb8 , 0 , 0 , 0 , 0 ,
1213
- 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0x1 } } };
1213
+ 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0x10 } } };
1214
1214
enum net_verdict verdict ;
1215
1215
1216
1216
verdict = recv_msg (& addr , & mcast_zero );
@@ -1223,7 +1223,7 @@ static void test_dst_site_scope_mcast_recv_drop(void)
1223
1223
struct in6_addr mcast_site = { { { 0xff , 0x05 , 0 , 0 , 0 , 0 , 0 , 0 ,
1224
1224
0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 } } };
1225
1225
struct in6_addr addr = { { { 0x20 , 0x01 , 0x0d , 0xb8 , 0 , 0 , 0 , 0 ,
1226
- 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0x1 } } };
1226
+ 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0x10 } } };
1227
1227
enum net_verdict verdict ;
1228
1228
1229
1229
verdict = recv_msg (& addr , & mcast_site );
@@ -1302,7 +1302,7 @@ static void test_dst_site_scope_mcast_recv_ok(void)
1302
1302
struct in6_addr mcast_all_dhcp = { { { 0xff , 0x05 , 0 , 0 , 0 , 0 , 0 , 0 ,
1303
1303
0 , 0 , 0 , 0x01 , 0 , 0 , 0 , 0x03 } } };
1304
1304
struct in6_addr addr = { { { 0x20 , 0x01 , 0x0d , 0xb8 , 0 , 0 , 0 , 0 ,
1305
- 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0x1 } } };
1305
+ 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0x10 } } };
1306
1306
enum net_verdict verdict ;
1307
1307
struct net_context * ctx ;
1308
1308
@@ -1329,7 +1329,7 @@ static void test_dst_org_scope_mcast_recv(void)
1329
1329
struct in6_addr mcast_org = { { { 0xff , 0x08 , 0 , 0 , 0 , 0 , 0 , 0 ,
1330
1330
0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 } } };
1331
1331
struct in6_addr addr = { { { 0x20 , 0x01 , 0x0d , 0xb8 , 0 , 0 , 0 , 0 ,
1332
- 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0x1 } } };
1332
+ 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0x10 } } };
1333
1333
enum net_verdict verdict ;
1334
1334
1335
1335
verdict = recv_msg (& addr , & mcast_org );
@@ -1342,7 +1342,7 @@ static void test_dst_iface_scope_mcast_send(void)
1342
1342
struct in6_addr mcast_iface = { { { 0xff , 0x01 , 0 , 0 , 0 , 0 , 0 , 0 ,
1343
1343
0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 } } };
1344
1344
struct in6_addr addr = { { { 0x20 , 0x01 , 0x0d , 0xb8 , 0 , 0 , 0 , 0 ,
1345
- 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0x1 } } };
1345
+ 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0x10 } } };
1346
1346
struct net_if_mcast_addr * maddr ;
1347
1347
struct net_context * ctx ;
1348
1348
int ret ;
@@ -1382,7 +1382,7 @@ static void test_dst_unknown_group_mcast_recv(void)
1382
1382
};
1383
1383
struct in6_addr in6_addr_any = IN6ADDR_ANY_INIT ;
1384
1384
struct in6_addr addr = { { { 0x20 , 0x01 , 0x0d , 0xb8 , 0 , 0 , 0 , 0 , 0 , 0 ,
1385
- 0 , 0 , 0 , 0 , 0 , 0x1 } } };
1385
+ 0 , 0 , 0 , 0 , 0 , 0x10 } } };
1386
1386
struct net_context * ctx ;
1387
1387
enum net_verdict verdict ;
1388
1388
@@ -1412,7 +1412,7 @@ static void test_dst_unjoined_group_mcast_recv(void)
1412
1412
};
1413
1413
struct in6_addr in6_addr_any = IN6ADDR_ANY_INIT ;
1414
1414
struct in6_addr addr = { { { 0x20 , 0x01 , 0x0d , 0xb8 , 0 , 0 , 0 , 0 , 0 , 0 ,
1415
- 0 , 0 , 0 , 0 , 0 , 0x1 } } };
1415
+ 0 , 0 , 0 , 0 , 0 , 0x10 } } };
1416
1416
struct net_if_mcast_addr * maddr ;
1417
1417
struct net_context * ctx ;
1418
1418
enum net_verdict verdict ;
@@ -1454,7 +1454,7 @@ static void test_dst_is_other_iface_mcast_recv(void)
1454
1454
0x08 } } };
1455
1455
struct in6_addr in6_addr_any = IN6ADDR_ANY_INIT ;
1456
1456
struct in6_addr addr = { { { 0x20 , 0x01 , 0x0d , 0xb8 , 0 , 0 , 0 , 0 , 0 , 0 ,
1457
- 0 , 0 , 0 , 0 , 0 , 0x1 } } };
1457
+ 0 , 0 , 0 , 0 , 0 , 0x10 } } };
1458
1458
struct net_if_mcast_addr * maddr ;
1459
1459
struct net_context * ctx ;
1460
1460
enum net_verdict verdict ;
0 commit comments