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

/solaris-userland/components/openvswitch/files/lib/
H A Dnetdev-solaris.c601 bool full; local
650 full = (strcmp(buffer, "full") == 0);
654 netdev->current = full ? NETDEV_F_10MB_FD : NETDEV_F_10MB_HD;
656 netdev->current = full ? NETDEV_F_100MB_FD : NETDEV_F_100MB_HD;
658 netdev->current = full ? NETDEV_F_1GB_FD : NETDEV_F_1GB_HD;

Completed in 25 milliseconds