| 1502 | } |
| 1503 | |
| 1504 | static void |
| 1505 | lomac_netinet_igmp_send(struct ifnet *ifp, struct label *ifplabel, |
| 1506 | struct mbuf *m, struct label *mlabel) |
| 1507 | { |
| 1508 | struct mac_lomac *dest; |
| 1509 | |
| 1510 | dest = SLOT(mlabel); |
| 1511 | |
| 1512 | lomac_set_single(dest, MAC_LOMAC_TYPE_EQUAL, 0); |
| 1513 | } |
| 1514 | |
| 1515 | static void |
| 1516 | lomac_netinet6_nd6_send(struct ifnet *ifp, struct label *ifplabel, |
nothing calls this directly
no test coverage detected