| 4497 | } |
| 4498 | |
| 4499 | void |
| 4500 | if_setinitfn(if_t ifp, void (*init_fn)(void *)) |
| 4501 | { |
| 4502 | ((struct ifnet *)ifp)->if_init = init_fn; |
| 4503 | } |
| 4504 | |
| 4505 | void |
| 4506 | if_setioctlfn(if_t ifp, int (*ioctl_fn)(if_t, u_long, caddr_t)) |
no outgoing calls
no test coverage detected