Searched defs:maclen (Results 1 - 1 of 1) sorted by relevance
/solaris-userland/components/openvswitch/files/lib/ | ||
H A D | util-solaris.c | 1255 flow_str2mac(const char *str, uchar_t *f, size_t maclen) argument 1263 if (len != maclen) { 1268 bcopy(addr, f, maclen); |
Completed in 33 milliseconds