Home
last modified time | relevance | path

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

/f-stack/tools/ifconfig/
H A Difclone.c99 buf = malloc(ifcr.ifcr_total * IFNAMSIZ); in list_cloners()
103 ifcr.ifcr_count = ifcr.ifcr_total; in list_cloners()
107 size_t clen = ifcr.ifcr_total * IFNAMSIZ; in list_cloners()
114 if (ifcr.ifcr_count > ifcr.ifcr_total) in list_cloners()
115 ifcr.ifcr_count = ifcr.ifcr_total; in list_cloners()
/f-stack/freebsd/net/
H A Dif.h68 int ifcr_total; /* total cloners (out) */ member
H A Dif_clone.c505 ifcr->ifcr_total = V_if_cloners_count; in if_clone_list()
/f-stack/tools/compat/include/net/
H A Dif.h54 int ifcr_total; /* total cloners (out) */ member