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

/external/tcpdump/
H A Dprint-tcp.c79 struct tcp_seq_hash *nxt; member in struct:tcp_seq_hash
93 struct tcp_seq_hash6 *nxt; member in struct:tcp_seq_hash6
277 th->nxt; th = th->nxt)
282 if (!th->nxt || (flags & TH_SYN)) {
284 if (th->nxt == NULL) {
285 th->nxt = (struct tcp_seq_hash6 *)
287 if (th->nxt == NULL)
333 th->nxt; th = th->nxt)
799 u_int8_t nxt; local
[all...]
H A Daddrtoname.c86 struct hnamemem *nxt; member in struct:hnamemem
140 struct h6namemem *nxt; member in struct:h6namemem
233 for (; p->nxt; p = p->nxt) {
238 p->nxt = newhnamemem();
289 for (; p->nxt; p = p->nxt) {
294 p->nxt = newh6namemem();
589 for (tp = &eprototable[i & (HASHNAMESIZE-1)]; tp->nxt; tp = tp->nxt)
[all...]
H A Dprint-atalk.c533 struct hnamemem *nxt; member in struct:hnamemem
569 tp->nxt; tp = tp->nxt)
572 tp->nxt = newhnamemem();
578 for (tp = &hnametable[i & (HASHNAMESIZE-1)]; tp->nxt; tp = tp->nxt)
584 for (tp2 = &hnametable[i & (HASHNAMESIZE-1)]; tp2->nxt; tp2 = tp2->nxt)
587 tp->nxt = newhnamemem();
595 tp->nxt
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_lfstack.h54 T *nxt = cur->next;
56 u64 xch = (u64)(uptr)nxt | cnt;
/external/wpa_supplicant_8/hostapd/src/utils/
H A Deloop.c350 int nxt = 0; local
361 pollfds[nxt].fd = fd;
362 pollfds[nxt].events = POLLIN;
363 pollfds[nxt].revents = 0;
364 pollfds_map[fd] = &(pollfds[nxt]);
365 nxt++;
379 pfd = &(pollfds[nxt]);
384 nxt++;
405 pfd = &(pollfds[nxt]);
410 nxt
[all...]
/external/wpa_supplicant_8/src/utils/
H A Deloop.c350 int nxt = 0; local
361 pollfds[nxt].fd = fd;
362 pollfds[nxt].events = POLLIN;
363 pollfds[nxt].revents = 0;
364 pollfds_map[fd] = &(pollfds[nxt]);
365 nxt++;
379 pfd = &(pollfds[nxt]);
384 nxt++;
405 pfd = &(pollfds[nxt]);
410 nxt
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Deloop.c350 int nxt = 0; local
361 pollfds[nxt].fd = fd;
362 pollfds[nxt].events = POLLIN;
363 pollfds[nxt].revents = 0;
364 pollfds_map[fd] = &(pollfds[nxt]);
365 nxt++;
379 pfd = &(pollfds[nxt]);
384 nxt++;
405 pfd = &(pollfds[nxt]);
410 nxt
[all...]
/external/openssh/
H A Dssh-pkcs11-helper.c76 struct pkcs11_keyinfo *ki, *nxt; local
78 for (ki = TAILQ_FIRST(&pkcs11_keylist); ki; ki = nxt) {
79 nxt = TAILQ_NEXT(ki, next);
H A Dssh-agent.c513 Identity *id, *nxt; local
519 for (id = TAILQ_FIRST(&tab->idlist); id; id = nxt) {
520 nxt = TAILQ_NEXT(id, next);
773 Identity *id, *nxt; local
783 for (id = TAILQ_FIRST(&tab->idlist); id; id = nxt) {
784 nxt = TAILQ_NEXT(id, next);
/external/iptables/libxtables/
H A Dxtoptions.c1112 char *cur, *nxt; local
1128 id = strtoul(cur, &nxt, strncmp(cur, "0x", 2) == 0 ? 16 : 10);
1129 if (nxt == cur || errno != 0)
1135 cur = nxt;
1143 nxt = cur;
1144 while (*nxt != '\0' && !isspace(*nxt))
1145 ++nxt;
1146 if (nxt == cur)
1148 *nxt
[all...]
/external/libxml2/
H A Dparser.c1426 const xmlChar *cur = lang, *nxt; local
1445 nxt = cur;
1446 while (((nxt[0] >= 'A') && (nxt[0] <= 'Z')) ||
1447 ((nxt[0] >= 'a') && (nxt[0] <= 'z')))
1448 nxt++;
1449 if (nxt - cur >= 4) {
1453 if ((nxt - cur > 8) || (nxt[
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar ... .eclipse.equinox.p2.metadata.IInstallableUnit nxt public void remove () private boolean positionNext () Object val public volatile ...
/external/expat/lib/
H A Dxmlparse.c4618 const char *nxt = (quant == XML_CQUANT_NONE local
4626 el = getElementType(parser, enc, s, nxt);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 341 milliseconds