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

/lxc/src/lxc/
H A Dcriu.c493 char eth[128], *veth; local
509 if (strlen(n->name) >= sizeof(eth))
511 strncpy(eth, n->name, sizeof(eth));
513 ret = snprintf(eth, sizeof(eth), "eth%d", netnr);
514 if (ret < 0 || ret >= sizeof(eth))
528 ret = snprintf(buf, sizeof(buf), fmt, eth, veth, n->link);
535 ret = snprintf(buf, sizeof(buf), fmt, eth, vet
[all...]

Completed in 20 milliseconds