Lines Matching refs:name
434 address->name = uv__strdup(cur->ifa_name);
450 size_t name_len = strlen(address->name);
452 * line description. Normally, the name field contains the line
453 * description name, but for VLANs it has the VLAN appended with a
455 * is no way to know if a returned name is for a VLAN or not. eg.
456 * *LIND ETH1.1 and *LIND ETH1, VLAN 1 both have the same name: ETH1.1
467 /* Assume name does not contain a VLAN ID */
468 rc = get_ibmi_physical_address(address->name, &address->phys_addr);
472 /* The interface name must contain a VLAN ID suffix. Attempt to strip
475 char* temp_name = uv__strdup(address->name);
499 uv__free(addresses[i].name);