Searched defs:off (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/openvswitch/files/lib/
H A Dnetdev-solaris.c2388 * turns off the flags that are set to 1 in 'off' and turns on the flags
2389 * that are set to 1 in 'on'. (No bit will be set to 1 in both 'off' and
2390 * 'on'; that is, off & on == 0.)
2393 netdev_solaris_update_flags(struct netdev *netdev_, enum netdev_flags off, argument
2412 new_lifr_flags = (old_lifr_flags & ~nd_to_lifr_flags(off)) |

Completed in 74 milliseconds