Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_clone.c55 #define IFCLOSIZ (IFNAMSIZ - 5) macro
67 char ifc_name[IFCLOSIZ]; /* (c) Name of device, e.g. `gif' */
359 strncpy(ifc->ifc_name, name, IFCLOSIZ-1); in if_clone_alloc()