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

/external/libppp/src/
H A Dether.c446 const struct nodeinfo *ninfo; local
540 ninfo = &hlist->nodeinfo;
543 if (strncmp(ninfo->type, NG_ETHER_NODE_TYPE,
546 NG_ETHER_NODE_TYPE "'')\n", path, ninfo->type);
551 path, ninfo->id);
554 for (f = 0; f < ninfo->hooks; f++) {
579 if (f == ninfo->hooks) {
587 snprintf(etherid, sizeof etherid, "[%x]:", ninfo->id);
H A Dnetgraph.c459 const struct nodeinfo *ninfo; local
598 ninfo = &hlist->nodeinfo;
601 path, ninfo->id);
604 for (f = 0; f < ninfo->hooks; f++) {
622 if (f == ninfo->hooks) {
667 ninfo = &hlist->nodeinfo;
670 strcmp(ninfo->name, nodename) &&

Completed in 91 milliseconds