Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ngctl/
H A Dlist.c67 struct nodeinfo *ninfo; in ListCmd() local
114 ninfo = nlist->nodeinfo; in ListCmd()
121 "[%lx]:", (u_long)ninfo->id); in ListCmd()
124 ninfo++; in ListCmd()
131 if (!*ninfo->name) in ListCmd()
132 snprintf(ninfo->name, sizeof(ninfo->name), in ListCmd()
136 ninfo->name, ninfo->type, ninfo->id, ninfo->hooks); in ListCmd()
137 ninfo++; in ListCmd()
H A Dshow.c66 struct nodeinfo *ninfo; in ShowCmd() local
107 ninfo = &hlist->nodeinfo; in ShowCmd()
108 if (!*ninfo->name) in ShowCmd()
109 snprintf(ninfo->name, sizeof(ninfo->name), "%s", UNNAMED); in ShowCmd()
111 ninfo->name, ninfo->type, ninfo->id, ninfo->hooks); in ShowCmd()
112 if (!no_hooks && ninfo->hooks > 0) { in ShowCmd()
119 for (k = 0; k < ninfo->hooks; k++) { in ShowCmd()
H A Ddot.c145 struct nodeinfo *ninfo; in DotCmd() local
166 ninfo = &hlist->nodeinfo; in DotCmd()
167 if (ninfo->hooks == 0) { in DotCmd()
174 for (j = 0; j < ninfo->hooks; j++) in DotCmd()
181 for (j = 0; j < ninfo->hooks; j++) in DotCmd()
189 for (j = 0; j < ninfo->hooks; j++) { in DotCmd()
/freebsd/libexec/pppoed/
H A Dpppoed.c119 const struct nodeinfo *ninfo; in ConfigureNode() local
154 ninfo = &hlist->nodeinfo; in ConfigureNode()
158 ninfo->id, ninfo->type, ninfo->hooks); in ConfigureNode()
161 if (strncmp(ninfo->type, NG_ETHER_NODE_TYPE, sizeof NG_ETHER_NODE_TYPE - 1)) { in ConfigureNode()
163 NG_ETHER_NODE_TYPE "'')\n", epath, ninfo->type); in ConfigureNode()
168 for (f = 0; f < ninfo->hooks; f++) { in ConfigureNode()
172 fprintf(stderr, " Got [%x]:%s -> [%x]:%s\n", ninfo->id, in ConfigureNode()
191 if (f == ninfo->hooks) { in ConfigureNode()
/freebsd/sys/kern/
H A Dimgact_elf.c1600 struct note_info *ninfo; in __elfN() local
1697 while ((ninfo = TAILQ_FIRST(&notelst)) != NULL) { in __elfN()
1698 TAILQ_REMOVE(&notelst, ninfo, link); in __elfN()
1699 free(ninfo, M_TEMP); in __elfN()
1830 struct note_info *ninfo; in __elfN() local
1842 TAILQ_FOREACH(ninfo, notelst, link) in __elfN()
1843 __elfN(putnote)(p->td, ninfo, sb); in __elfN()
1997 struct note_info *ninfo; in __elfN() local
2004 ninfo = malloc(sizeof(*ninfo), M_TEMP, M_ZERO | M_WAITOK); in __elfN()
2005 ninfo->type = regset->note; in __elfN()
[all …]
/freebsd/usr.sbin/ppp/
H A Dether.c446 const struct nodeinfo *ninfo; in ether_Create() local
540 ninfo = &hlist->nodeinfo; in ether_Create()
543 if (strncmp(ninfo->type, NG_ETHER_NODE_TYPE, in ether_Create()
546 NG_ETHER_NODE_TYPE "'')\n", path, ninfo->type); in ether_Create()
551 path, ninfo->id); in ether_Create()
554 for (f = 0; f < ninfo->hooks; f++) { in ether_Create()
579 if (f == ninfo->hooks) { in ether_Create()
587 snprintf(etherid, sizeof etherid, "[%x]:", ninfo->id); in ether_Create()
H A Dnetgraph.c459 const struct nodeinfo *ninfo; in ng_Create() local
598 ninfo = &hlist->nodeinfo; in ng_Create()
601 path, ninfo->id); in ng_Create()
604 for (f = 0; f < ninfo->hooks; f++) { in ng_Create()
622 if (f == ninfo->hooks) { in ng_Create()
667 ninfo = &hlist->nodeinfo; in ng_Create()
670 strcmp(ninfo->name, nodename) && in ng_Create()
/freebsd/crypto/openssh/
H A Dkex.c481 u_int32_t i, ninfo; in kex_input_ext_info() local
493 if ((r = sshpkt_get_u32(ssh, &ninfo)) != 0) in kex_input_ext_info()
495 if (ninfo >= 1024) { in kex_input_ext_info()
497 "<=1024, received %u", ninfo); in kex_input_ext_info()
500 for (i = 0; i < ninfo; i++) { in kex_input_ext_info()
/freebsd/contrib/ldns/
H A Dconfigure.ac674 AC_ARG_ENABLE(rrtype-ninfo, AC_HELP_STRING([--enable-rrtype-ninfo], [Enable draft RR type ninfo.]))
H A DChangelog327 * A separate --enable for each draft RR type: --enable-rrtype-ninfo,
H A Dconfigure1508 --enable-rrtype-ninfo Enable draft RR type ninfo.