Commit bd86c17
Emil Popov
Adds support for receiving Multicast Group addresses + IGMP ( IPv4 only )
Adds 2 function pointers to the network interface struct that handle adding and removing multicast MAC addresses.
Updates IGMP to use function pointers through the network interface.
Makes the Add/Remove Multicast functions private to NetworkInterface.c They are now used through pointers in the NetworkInterface_t struct.
Improves the SAME70 driver to handle adding/removing muticast MAC addresses1 parent 0c59e71 commit bd86c17
File tree
14 files changed
+1230
-19
lines changed- source
- include
- portable/NetworkInterface/DriverSAM
14 files changed
+1230
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
87 | 92 | | |
88 | 93 | | |
89 | 94 | | |
| |||
0 commit comments