Searched refs:loifname (Results 1 – 1 of 1) sorted by relevance
1943 char loifname[IFNAMSIZ]; in if_createrdomain() local1952 snprintf(loifname, sizeof(loifname), "lo%u", unit); in if_createrdomain()1953 error = if_clone_create(loifname, 0); in if_createrdomain()1954 if ((loifp = if_unit(loifname)) == NULL) in if_createrdomain()