HomeSort by: relevance | last modified time | path
    Searched defs:nxt (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/sys/arch/xen/xen/
xennet_checksum.c 86 uint8_t nxt; local
117 nxt = iph->ip_p;
132 nxt = ip6h->ip6_nxt;
147 switch (nxt) {
183 ifp->if_xname, nxt);
  /src/sys/netipsec/
ipsec_input.c 454 int protoff, nxt; local
468 nxt = (mtod(*mp, struct ip6_hdr *))->ip6_nxt;
474 if (nxt == IPPROTO_AH)
476 else if (nxt == IPPROTO_FRAGMENT)
482 nxt = ip6e.ip6e_nxt;
513 int nxt; local
555 nxt = prot;
556 while (nxt != IPPROTO_DONE) {
582 if ((inet6sw[ip6_protox[nxt]].pr_flags & PR_LASTHDR) != 0 &&
595 nxt = (*inet6sw[ip6_protox[nxt]].pr_input)(&m, &skip, nxt)
    [all...]
ipsec_output.c 649 int nxt; local
653 nxt = ip6->ip6_nxt;
661 switch (nxt) {
682 if (nxt == IPPROTO_DSTOPTS && dstopt)
685 if (nxt == IPPROTO_DSTOPTS) {
691 } else if (nxt == IPPROTO_ROUTING) {
701 nxt = ip6e.ip6e_nxt;
xform_ah.c 298 int alloc, nxt; local
447 nxt = ip6.ip6_nxt & 0xff; /* Next header type. */
461 switch (nxt) {
495 nxt = ip6e->ip6e_nxt;
534 uint8_t nxt; local
550 nxt = ah->ah_nxt;
684 tc->tc_nxt = nxt;
737 uint8_t nxt; local
747 nxt = tc->tc_nxt;
813 ptr[protoff] = nxt;
    [all...]
  /src/bin/sh/
memalloc.c 376 char *str, *nxt; local
400 nxt = str;
409 scopy(arg, nxt);
410 nxt += len;
redir.c 141 struct shell_fds *nxt; member in struct:shell_fds
775 fp->nxt = sh_fd_list;
791 *fpp = fp->nxt;
795 fpp = &fp->nxt;
805 for (fp = sh_fd_list; fp != NULL; fp = fp->nxt)
  /src/lib/libc/db/btree/
bt_split.c 622 indx_t full, half, nxt, off, skip, top, used; local
640 for (nxt = off = 0, top = NEXTINDEX(h); nxt < top; ++off) {
648 src = bi = GETBINTERNAL(h, nxt);
653 src = bl = GETBLEAF(h, nxt);
658 src = GETRINTERNAL(h, nxt);
663 src = rl = GETRLEAF(h, nxt);
678 nxt == top - 1) {
685 ++nxt;
704 * Nxt is the first offset to be placed on the right page
827 indx_t nxt, top; local
    [all...]
  /src/lib/libnvmm/
libnvmm.c 129 area_t *ent, *nxt; local
131 LIST_FOREACH_SAFE(ent, areas, list, nxt) {
  /src/sys/dev/i2c/
nxt2k.c 70 nxt2k_writedata(struct nxt2k *nxt, uint8_t reg, uint8_t *data, size_t len)
77 if ((error = iic_acquire_bus(nxt->tag, 0)) != 0)
83 error = iic_exec(nxt->tag, I2C_OP_WRITE_WITH_STOP, nxt->addr,
86 iic_release_bus(nxt->tag, 0);
92 nxt2k_readdata(struct nxt2k *nxt, uint8_t reg, uint8_t *data, size_t len)
96 if ((error = iic_acquire_bus(nxt->tag, 0)) != 0)
99 error = iic_exec(nxt->tag, I2C_OP_READ_WITH_STOP, nxt->addr,
102 iic_release_bus(nxt->tag, 0)
778 struct nxt2k *nxt; local
    [all...]
  /src/sys/dev/iscsi/
iscsi_rcv.c 401 ccb_t *ccb, *nxt; local
403 TAILQ_FOREACH_SAFE(ccb, &conn->c_ccbs_waiting, ccb_chain, nxt) {
  /src/external/bsd/tcpdump/dist/
print-atalk.c 585 struct hnamemem *nxt; member in struct:hnamemem
634 tp->nxt; tp = tp->nxt)
637 tp->nxt = newhnamemem(ndo);
652 for (tp = &hnametable[i & (HASHNAMESIZE-1)]; tp->nxt; tp = tp->nxt)
658 for (tp2 = &hnametable[i & (HASHNAMESIZE-1)]; tp2->nxt; tp2 = tp2->nxt)
661 tp->nxt = newhnamemem(ndo);
672 tp->nxt = newhnamemem(ndo)
    [all...]
print-tcp.c 77 struct tcp_seq_hash *nxt; member in struct:tcp_seq_hash
90 struct tcp_seq_hash6 *nxt; member in struct:tcp_seq_hash6
288 th->nxt; th = th->nxt)
293 if (!th->nxt || (flags & TH_SYN)) {
297 if (th->nxt == NULL) {
298 th->nxt = (struct tcp_seq_hash6 *)
300 if (th->nxt == NULL)
352 th->nxt; th = th->nxt)
931 uint8_t nxt; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop.cc 537 tree *nxt, *idx; local
539 for (; ; addr_p = nxt)
547 nxt = &TREE_OPERAND (*addr_p, 0);
548 return cbck (*addr_p, nxt, data);
554 nxt = &TREE_OPERAND (*addr_p, 0);
565 nxt = &TREE_OPERAND (*addr_p, 0);
570 nxt = &TREE_OPERAND (*addr_p, 0);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop.cc 535 tree *nxt, *idx; local
537 for (; ; addr_p = nxt)
545 nxt = &TREE_OPERAND (*addr_p, 0);
546 return cbck (*addr_p, nxt, data);
552 nxt = &TREE_OPERAND (*addr_p, 0);
563 nxt = &TREE_OPERAND (*addr_p, 0);
568 nxt = &TREE_OPERAND (*addr_p, 0);
  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
nxt_30.c 23 * because we must be able to handle a parent/child NXT pair.
74 * NXT is only specified for types 1..127.
217 dns_rdata_nxt_t *nxt = source; local
221 REQUIRE(nxt != NULL);
222 REQUIRE(nxt->common.rdtype == type);
223 REQUIRE(nxt->common.rdclass == rdclass);
224 REQUIRE(nxt->typebits != NULL || nxt->len == 0);
225 if (nxt->typebits != NULL && (nxt->typebits[0] & 0x80) == 0)
242 dns_rdata_nxt_t *nxt = target; local
266 dns_rdata_nxt_t *nxt = source; local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
nxt_30.c 23 * because we must be able to handle a parent/child NXT pair.
74 * NXT is only specified for types 1..127.
217 dns_rdata_nxt_t *nxt = source; local
221 REQUIRE(nxt != NULL);
222 REQUIRE(nxt->common.rdtype == type);
223 REQUIRE(nxt->common.rdclass == rdclass);
224 REQUIRE(nxt->typebits != NULL || nxt->len == 0);
225 if (nxt->typebits != NULL && (nxt->typebits[0] & 0x80) == 0)
242 dns_rdata_nxt_t *nxt = target; local
278 dns_rdata_nxt_t *nxt = source; local
    [all...]
  /src/sys/kern/
uipc_mbufdebug.c 675 uint8_t nxt; local
695 nxt = ip6.ip6_nxt;
696 (*pr)("IPv6: Next Header = %u(%s)\n", nxt, str_ipproto(nxt));
702 if (nxt == IPPROTO_HOPOPTS) {
708 nxt = hbh.ip6h_nxt;
712 (*pr)("IPv6: Next Header = %u(%s)\n", nxt, str_ipproto(nxt));
715 switch (nxt) {
  /src/sys/netinet/
ip_encap.c 715 int nxt; local
739 nxt = ip6cp->ip6c_nxt;
749 match = encap6_lookup(m, off, nxt, OUTBOUND,
769 nxt = -1;
780 if (ep->proto >= 0 && ep->proto != nxt)
tcp_vtw.h 177 fatp_word_t nxt : FATP_NXT_WIDTH;/* at most 2^17 fat pointers */ member in struct:fatp_mi
307 return fp->nxt ? fat->base + fp->nxt-1 : 0;
  /src/sys/netinet6/
frag6.c 174 int offset = *offp, nxt, i, next; local
477 nxt = q6->ip6q_nxt;
509 * Restore NXT to the original.
520 *prvnxtp = nxt;
533 return nxt;
raw_ip6.c 275 int nxt; local
298 nxt = ip6cp->ip6c_nxt;
303 nxt = -1;
315 * XXX chase extension headers, or pass final nxt value
336 in6p_ip6(inp).ip6_nxt == nxt)
473 const uint8_t nxt = ip6->ip6_nxt; local
495 sum = in6_cksum(m, nxt, sizeof(*ip6), plen);
ip6_input.c 256 int nxt, ours = 0, rh_present = 0, frg_present; local
606 nxt = hbh->ip6h_nxt;
615 nxt = ip6->ip6_nxt;
712 while (nxt != IPPROTO_DONE) {
731 if (nxt == IPPROTO_ROUTING) {
737 } else if (nxt == IPPROTO_FRAGMENT) {
752 if ((inet6sw[ip6_protox[nxt]].pr_flags
765 nxt = (*inet6sw[ip6_protox[nxt]].pr_input)(&m, &off, nxt);
1175 int nxt = xip6->ip6_nxt, off = sizeof(struct ip6_hdr); local
1367 int len, nlen, nxt; local
1481 int nxt; local
    [all...]
  /src/bin/pax/
options.c 1871 int nxt; local
1874 while ((nxt = ffs(flg)) != 0) {
1875 flg &= ~(1 << (nxt - 1));
1876 (void)fprintf(stderr, " -%c", flgch[nxt - 1]);
  /src/sys/arch/sun3/dev/
if_ie.c 1159 uint16_t nxt; local
1199 nxt = vtop16sw(sc, __UNVOLATILE(sc->rbuffs[0]));
1201 sc->rbuffs[i]->ie_rbd_next = nxt;
1202 nxt = vtop16sw(sc, __UNVOLATILE(sc->rbuffs[i]));
1221 nxt = vtop16sw(sc, __UNVOLATILE(sc->rframes[0]));
1223 sc->rframes[i]->ie_fd_next = nxt;
1224 nxt = vtop16sw(sc, __UNVOLATILE(sc->rframes[i]));
  /src/external/bsd/wpa/dist/src/utils/
eloop.c 451 int nxt = 0; local
462 pollfds[nxt].fd = fd;
463 pollfds[nxt].events = POLLIN;
464 pollfds[nxt].revents = 0;
465 pollfds_map[fd] = &(pollfds[nxt]);
466 nxt++;
480 pfd = &(pollfds[nxt]);
485 nxt++;
506 pfd = &(pollfds[nxt]);
511 nxt++
    [all...]

Completed in 33 milliseconds

1 2