Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_clone.c58 #define IFCLOSIZ (IFNAMSIZ - 5) macro
70 char ifc_name[IFCLOSIZ]; /* (c) Name of device, e.g. `gif' */
488 strncpy(ifc->ifc_name, name, IFCLOSIZ-1); in if_clone_alloc()
526 if (strnlen(name, IFCLOSIZ) >= (IFCLOSIZ - 1)) in ifc_attach_cloner()
761 char ifc_name[IFCLOSIZ] = { [0] = '\0' }; in if_clone_restoregroup()
769 strncpy(ifc_name, ifc->ifc_name, IFCLOSIZ-1); in if_clone_restoregroup()