Changes in uspace/srv/net/inetsrv/inetsrv.c [9ae6fc7:b323a3a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/inetsrv/inetsrv.c
r9ae6fc7 rb323a3a 69 69 70 70 static inet_addr_t multicast_all_nodes = { 71 .family = AF_INET ,71 .family = AF_INET6, 72 72 .addr6 = {0xff, 0x02, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x01} 73 73 };
Note:
See TracChangeset
for help on using the changeset viewer.