| 1540 | } |
| 1541 | |
| 1542 | static int |
| 1543 | bridge_ioctl_daddr(struct bridge_softc *sc, void *arg) |
| 1544 | { |
| 1545 | struct ifbareq *req = arg; |
| 1546 | |
| 1547 | return (bridge_rtdaddr(sc, req->ifba_dst, req->ifba_vlan)); |
| 1548 | } |
| 1549 | |
| 1550 | static int |
| 1551 | bridge_ioctl_flush(struct bridge_softc *sc, void *arg) |
nothing calls this directly
no test coverage detected