Searched refs:ipfu_name (Results 1 – 2 of 2) sorted by relevance
5450 if (res.ipfu_addr == NULL && res.ipfu_name[0] != '\0') {5452 if (strncmp(res.ipfu_name, ft->ipfu_name,5453 sizeof(res.ipfu_name)) == 0) {5463 if (res.ipfu_addr != NULL && res.ipfu_name[0] == '\0') {5466 (void) strncpy(res.ipfu_name, ft->ipfu_name,5467 sizeof(res.ipfu_name));
442 char ipfu_name[32]; member