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

/freebsd-current/usr.sbin/ngctl/
H A Dlist.c67 struct nodeinfo *ninfo; local
114 ninfo = nlist->nodeinfo;
121 "[%lx]:", (u_long)ninfo->id);
124 ninfo++;
131 if (!*ninfo->name)
132 snprintf(ninfo->name, sizeof(ninfo->name),
136 ninfo->name, ninfo->type, ninfo
[all...]
H A Dshow.c66 struct nodeinfo *ninfo; local
107 ninfo = &hlist->nodeinfo;
108 if (!*ninfo->name)
109 snprintf(ninfo->name, sizeof(ninfo->name), "%s", UNNAMED);
111 ninfo->name, ninfo->type, ninfo->id, ninfo->hooks);
112 if (!no_hooks && ninfo
[all...]
H A Ddot.c145 struct nodeinfo *ninfo; local
166 ninfo = &hlist->nodeinfo;
167 if (ninfo->hooks == 0) {
174 for (j = 0; j < ninfo->hooks; j++)
181 for (j = 0; j < ninfo->hooks; j++)
189 for (j = 0; j < ninfo->hooks; j++) {
/freebsd-current/libexec/pppoed/
H A Dpppoed.c119 const struct nodeinfo *ninfo; local
154 ninfo = &hlist->nodeinfo;
158 ninfo->id, ninfo->type, ninfo->hooks);
161 if (strncmp(ninfo->type, NG_ETHER_NODE_TYPE, sizeof NG_ETHER_NODE_TYPE - 1)) {
163 NG_ETHER_NODE_TYPE "'')\n", epath, ninfo->type);
168 for (f = 0; f < ninfo->hooks; f++) {
172 fprintf(stderr, " Got [%x]:%s -> [%x]:%s\n", ninfo->id,
191 if (f == ninfo
[all...]
/freebsd-current/usr.sbin/ppp/
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) &&
/freebsd-current/sys/kern/
H A Dimgact_elf.c1594 struct note_info *ninfo; local
1691 while ((ninfo = TAILQ_FIRST(&notelst)) != NULL) {
1692 TAILQ_REMOVE(&notelst, ninfo, link);
1693 free(ninfo, M_TEMP);
1824 struct note_info *ninfo; local
1836 TAILQ_FOREACH(ninfo, notelst, link)
1837 __elfN(putnote)(p->td, ninfo, sb);
1991 struct note_info *ninfo; local
1998 ninfo = malloc(sizeof(*ninfo), M_TEM
2019 struct note_info *ninfo; local
2086 putnote(struct thread *td, struct note_info *ninfo, struct sbuf *sb) argument
[all...]
/freebsd-current/crypto/openssh/
H A Dkex.c729 u_int32_t i, ninfo; local
741 if ((r = sshpkt_get_u32(ssh, &ninfo)) != 0)
743 if (ninfo >= 1024) {
745 "<=1024, received %u", ninfo);
748 for (i = 0; i < ninfo; i++) {
/freebsd-current/contrib/ldns/
H A Dconfigure1508 --enable-rrtype-ninfo Enable draft RR type ninfo.
17232 # Check whether --enable-rrtype-ninfo was given.

Completed in 224 milliseconds