Home
last modified time | relevance | path

Searched refs:loifname (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/net/
H A Dif.c1943 char loifname[IFNAMSIZ]; in if_createrdomain() local
1952 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()