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

123

/freebsd-11-stable/contrib/gdb/gdb/
H A Dxcoffsolib.c47 for (vp = vp->nxt; vp; vp = vp->nxt)
73 if (vp == NULL || vp->nxt == NULL)
80 vp = vp->nxt;
85 for (; vp != NULL; vp = vp->nxt)
127 for (vp = vp->nxt; vp; vp = vp->nxt)
H A Dxcoffsolib.h35 struct vmap *nxt; /* ptr to next in chain */ member in struct:vmap
H A Dexec.c99 struct vmap *vp, *nxt; local
101 for (nxt = vmap; nxt != NULL;)
103 vp = nxt;
104 nxt = vp->nxt;
416 vp->nxt = 0;
426 for (vpp = &vmap; *vpp; vpp = &(*vpp)->nxt)
583 for (vp = vmap; vp; vp = vp->nxt)
H A Dobjfiles.h599 #define ALL_OBJFILES_SAFE(obj,nxt) \
601 (obj) != NULL? ((nxt)=(obj)->next,1) :0; \
602 (obj) = (nxt))
/freebsd-11-stable/lib/libc/db/btree/
H A Dbt_split.c602 indx_t full, half, nxt, off, skip, top, used; local
617 for (nxt = off = 0, top = NEXTINDEX(h); nxt < top; ++off) {
624 src = bi = GETBINTERNAL(h, nxt);
629 src = bl = GETBLEAF(h, nxt);
634 src = GETRINTERNAL(h, nxt);
639 src = rl = GETRLEAF(h, nxt);
654 nxt == top - 1) {
661 ++nxt;
693 if (c->pg.index < nxt) /* Lef
797 indx_t nxt, top; local
[all...]
/freebsd-11-stable/sys/netpfil/pf/
H A Din4_cksum.c83 in4_cksum(struct mbuf *m, u_int8_t nxt, int off, int len) argument
98 if (nxt != 0) {
106 u.ipov.ih_pr = nxt;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_lfstack.h53 T *nxt = cur->next;
55 u64 xch = (u64)(uptr)nxt | cnt;
/freebsd-11-stable/contrib/tcpdump/
H A Daddrtoname.c89 struct hnamemem *nxt; member in struct:hnamemem
142 struct h6namemem *nxt; member in struct:h6namemem
247 for (; p->nxt; p = p->nxt) {
252 p->nxt = newhnamemem(ndo);
313 for (; p->nxt; p = p->nxt) {
318 p->nxt = newh6namemem(ndo);
631 for (tp = &eprototable[i & (HASHNAMESIZE-1)]; tp->nxt; tp = tp->nxt)
[all...]
H A Dprint-tcp.c77 struct tcp_seq_hash *nxt; member in struct:tcp_seq_hash
90 struct tcp_seq_hash6 *nxt; member in struct:tcp_seq_hash6
278 th->nxt; th = th->nxt)
283 if (!th->nxt || (flags & TH_SYN)) {
285 if (th->nxt == NULL) {
286 th->nxt = (struct tcp_seq_hash6 *)
288 if (th->nxt == NULL)
329 th->nxt; th = th->nxt)
851 uint8_t nxt; local
[all...]
H A Dprint-atalk.c561 struct hnamemem *nxt; member in struct:hnamemem
598 tp->nxt; tp = tp->nxt)
601 tp->nxt = newhnamemem(ndo);
610 for (tp = &hnametable[i & (HASHNAMESIZE-1)]; tp->nxt; tp = tp->nxt)
616 for (tp2 = &hnametable[i & (HASHNAMESIZE-1)]; tp2->nxt; tp2 = tp2->nxt)
619 tp->nxt = newhnamemem(ndo);
630 tp->nxt
[all...]
/freebsd-11-stable/sys/netinet6/
H A Dip6_input.c406 int *nxt, int *ours)
453 *nxt = hbh->ip6h_nxt;
493 int off, nxt; local
502 nxt = ip6dc->ip6dc_nxt;
509 while (nxt != IPPROTO_DONE) {
527 if (IPSEC_INPUT(ipv6, m, off, nxt) != 0)
532 nxt = (*inet6sw[ip6_protox[nxt]].pr_input)(&m, &off, nxt);
550 int nxt, our local
405 ip6_input_hbh(struct mbuf **mp, uint32_t *plen, uint32_t *rtalert, int *off, int *nxt, int *ours) argument
1425 int nxt = ip6->ip6_nxt, off = sizeof(struct ip6_hdr); local
1622 ip6_pullexthdr(struct mbuf *m, size_t off, int nxt) argument
1668 int len, nlen, nxt; local
1779 int nxt; local
[all...]
H A Din6_cksum.c84 _in6_cksum_pseudo(struct ip6_hdr *ip6, uint32_t len, uint8_t nxt, uint16_t csum) argument
104 uph.ph.ph_nxt = nxt;
130 in6_cksum_pseudo(struct ip6_hdr *ip6, uint32_t len, uint8_t nxt, uint16_t csum) argument
138 sum = _in6_cksum_pseudo(ip6, len, nxt, csum);
151 in6_cksum_partial(struct mbuf *m, u_int8_t nxt, u_int32_t off, argument
184 uph.ph.ph_nxt = nxt;
362 in6_cksum(struct mbuf *m, u_int8_t nxt, u_int32_t off, u_int32_t len) argument
364 return (in6_cksum_partial(m, nxt, off, len, len));
H A Dudp6_usrreq.c206 uint8_t nxt; local
232 nxt = proto;
233 cscov_partial = (nxt == IPPROTO_UDPLITE) ? 1 : 0;
234 if (nxt == IPPROTO_UDPLITE) {
264 uh_sum = in6_cksum_pseudo(ip6, ulen, nxt,
268 uh_sum = in6_cksum_partial(m, nxt, off, plen, ulen);
281 pcbinfo = udp_get_inpcbinfo(nxt);
303 pcblist = udp_get_pcblist(nxt);
656 uint8_t nxt; local
688 nxt
931 uint8_t nxt; local
1063 uint8_t nxt; local
1210 uint8_t nxt; local
1276 uint8_t nxt; local
[all...]
H A Din6_rss.c181 int nxt; local
218 newoff = ip6_nexthdr(m, off, proto, &nxt);
222 proto = nxt;
236 off = ip6_lasthdr(m, off, proto, &nxt);
241 proto = nxt;
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dmem1.c147 struct mbl *nxt; /* next block */ member in struct:mbl
218 frmblks = mb->nxt;
222 mb->nxt = *mbp;
241 *fmbp = mb->nxt;
242 mb->nxt = frmblks;
/freebsd-11-stable/contrib/flex/
H A Dgen.c225 * is. The offset is base[nxt[i]] - (base of current state)]. That's
234 /* We need to have room in nxt/chk for two more slots: One for the
237 * nxt/chk pair with is EOB, i.e., 0, so we don't have to make sure
248 nxt[tblend + 1] = end_of_buffer_action;
253 nxt[tblend + 2] = 0;
264 nxt[offset - 1] = anum; /* action number */
275 tdata[curr++] = nxt[i];
285 tdata[curr++] = base[nxt[i]] - (i - chk[i]);
292 tdata[curr++] = nxt[tblend + 1];
295 tdata[curr++] = nxt[tblen
[all...]
H A Dtblcmp.c300 nxt = reallocate_integer_array (nxt, current_max_xpairs);
331 * consecutive unused records in the chk and nxt arrays.
338 * nxt and chk.
342 * chk/nxt, which should be 1.
348 * chk/nxt arrays.
396 /* Check to see if all elements in chk (and therefore nxt)
466 nxt[tblend] = end_of_buffer_state;
470 nxt[tblend + i] = 0;
484 /* mkentry - create base/def and nxt/ch
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dmake_hash.c265 int nxt; local
269 nxt = (int) strlen(name_table[n].nte_name) + 5;
270 if (nxt + len > 72) {
275 len += nxt;
/freebsd-11-stable/sys/netipsec/
H A Dxform.h78 uint8_t nxt; /* next protocol, e.g. IPV4 */ member in struct:xform_data
H A Dipsec.c483 uint8_t nxt; local
495 nxt = ip->ip_p;
503 nxt = ih.ip_p;
511 switch (nxt) {
513 spidx->ul_proto = nxt;
523 spidx->ul_proto = nxt;
538 nxt = ip6e.ip6e_nxt;
543 spidx->ul_proto = nxt;
672 int off, nxt; local
682 nxt
[all...]
H A Dipsec_input.c498 int nxt, isr_prot; local
640 nxt = nxt8;
641 while (nxt != IPPROTO_DONE) {
663 if ((inet6sw[ip6_protox[nxt]].pr_flags & PR_LASTHDR) != 0 &&
668 nxt = (*inet6sw[ip6_protox[nxt]].pr_input)(&m, &skip, nxt);
H A Dxform_ah.c289 int ad, alloc, nxt, noff; local
472 nxt = ip6.ip6_nxt & 0xff; /* Next header type. */
475 switch (nxt) {
509 nxt = ip6e->ip6e_nxt;
519 nxt = ip6e->ip6e_nxt;
686 xd->nxt = hl;
715 uint8_t nxt; local
723 nxt = xd->nxt;
780 ((uint8_t *) ptr)[protoff] = nxt;
[all...]
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_list.h423 * @param nxt Pointer to saveed iterated item
430 #define ocs_list_foreach_safe(list, item, nxt) \
431 for (item = ocs_list_get_head(list), nxt = item ? ocs_list_next(list, item) : NULL; item; \
432 item = nxt, nxt = ocs_list_next(list, item))
/freebsd-11-stable/sys/netgraph/
H A Dng_checksum.c423 int nxt; local
440 nxt = ip6->ip6_nxt;
443 switch (nxt)
450 nxt = ip6e->ip6e_nxt;
458 nxt = ip6e->ip6e_nxt;
472 if (nxt == 0)
478 switch (nxt)
487 th->th_sum = in6_cksum_pseudo(ip6, plen - hlen, nxt, 0);
507 uh->uh_sum = in6_cksum_pseudo(ip6, plen - hlen, nxt, 0);
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dnode.h316 hmotion_node(hunits i, color *c, node *nxt = 0)
317 : node(nxt), n(i), was_tab(0), unformat(0), col(c) {}
318 hmotion_node(hunits i, color *c, statem *s, int divlevel, node *nxt = 0)
319 : node(nxt, s, divlevel), n(i), was_tab(0), unformat(0), col(c) {}
321 int divlevel, node *nxt = 0)
322 : node(nxt, s, divlevel), n(i), was_tab(flag1), unformat(flag2),
324 hmotion_node(hunits i, int flag1, int flag2, color *c, node *nxt = 0)
325 : node(nxt), n(i), was_tab(flag1), unformat(flag2), col(c) {}

Completed in 408 milliseconds

123