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

/solaris-userland/components/openvswitch/files/lib/
H A Dutil-solaris.c387 * Returns the flags value for the logical interface in `lifname'
391 solaris_get_flags(int sock, const char *lifname, uint64_t *flags) argument
396 (void) strlcpy(lifr.lifr_name, lifname, sizeof (lifr.lifr_name));

Completed in 27 milliseconds