| 1352 | } |
| 1353 | |
| 1354 | static void |
| 1355 | biba_netinet_arp_send(struct ifnet *ifp, struct label *ifplabel, |
| 1356 | struct mbuf *m, struct label *mlabel) |
| 1357 | { |
| 1358 | struct mac_biba *dest; |
| 1359 | |
| 1360 | dest = SLOT(mlabel); |
| 1361 | |
| 1362 | biba_set_effective(dest, MAC_BIBA_TYPE_EQUAL, 0, NULL); |
| 1363 | } |
| 1364 | |
| 1365 | static void |
| 1366 | biba_netinet_firewall_reply(struct mbuf *mrecv, struct label *mrecvlabel, |
nothing calls this directly
no test coverage detected