Searched refs:ifneta (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dip_fil.c150 static struct ifnet **ifneta = NULL; variable in typeref:struct:ifnet
625 for (ifpp = ifneta; ifpp && (ifp = *ifpp); ifpp++) {
642 for (ifpp = ifneta; ifpp && (ifp = *ifpp); ifpp++) {
652 if (!ifneta) {
653 ifneta = (struct ifnet **)malloc(sizeof(ifp) * 2);
654 if (!ifneta)
656 ifneta[1] = NULL;
657 ifneta[0] = (struct ifnet *)calloc(1, sizeof(*ifp));
658 if (!ifneta[0]) {
659 free(ifneta);
[all...]

Completed in 45 milliseconds