* This is largely undesirable because it ties ifnet to a device, but does * provide flexiblity for an embedded product vendor. Should be used with * the understanding that it violates the interface boundaries, and should be * a last resort only. */
| 4123 | * a last resort only. |
| 4124 | */ |
| 4125 | int |
| 4126 | if_setdev(if_t ifp, void *dev) |
| 4127 | { |
| 4128 | return (0); |
| 4129 | } |
| 4130 | |
| 4131 | int |
| 4132 | if_setdrvflagbits(if_t ifp, int set_flags, int clear_flags) |