/src/sys/arch/xen/xen/ |
xennet_checksum.c | 86 uint8_t nxt; local in function:xennet_checksum_fill 117 nxt = iph->ip_p; 132 nxt = ip6h->ip6_nxt; 147 switch (nxt) { 183 ifp->if_xname, nxt);
|
xennet_checksum.c | 86 uint8_t nxt; local in function:xennet_checksum_fill 117 nxt = iph->ip_p; 132 nxt = ip6h->ip6_nxt; 147 switch (nxt) { 183 ifp->if_xname, nxt);
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_lfstack.h | 54 T *nxt = cur->next; local in function:__sanitizer::LFStack::Pop 56 u64 xch = (u64)(uptr)nxt | cnt;
|
sanitizer_lfstack.h | 54 T *nxt = cur->next; local in function:__sanitizer::LFStack::Pop 56 u64 xch = (u64)(uptr)nxt | cnt;
|
/src/bin/sh/ |
memalloc.c | 358 char *str, *nxt; local in function:ststrcat 382 nxt = str; 391 scopy(arg, nxt); 392 nxt += len;
|
memalloc.c | 358 char *str, *nxt; local in function:ststrcat 382 nxt = str; 391 scopy(arg, nxt); 392 nxt += len;
|
/src/sys/netipsec/ |
ipsec_input.c | 454 int protoff, nxt; local in function:ipsec6_common_input 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 in function:ipsec6_common_input_cb 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_input.c | 454 int protoff, nxt; local in function:ipsec6_common_input 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 in function:ipsec6_common_input_cb 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 in function:compute_ipsec_pos 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;
|
ipsec_output.c | 649 int nxt; local in function:compute_ipsec_pos 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 in function:ah_massage_headers 447 nxt = ip6.ip6_nxt & 0xff; /* Next header type. */ 461 switch (nxt) { 495 nxt = ip6e->ip6e_nxt; 534 uint8_t nxt; local in function:ah_input 550 nxt = ah->ah_nxt; 684 tc->tc_nxt = nxt; 737 uint8_t nxt; local in function:ah_input_cb 747 nxt = tc->tc_nxt; 813 ptr[protoff] = nxt; [all...] |
/src/lib/libc/db/btree/ |
bt_split.c | 622 indx_t full, half, nxt, off, skip, top, used; local in function:bt_psplit 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 in function:rec_total [all...] |
bt_split.c | 622 indx_t full, half, nxt, off, skip, top, used; local in function:bt_psplit 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 in function:rec_total [all...] |
/src/lib/libnvmm/ |
libnvmm.c | 129 area_t *ent, *nxt; local in function:__area_delete 131 LIST_FOREACH_SAFE(ent, areas, list, nxt) {
|
libnvmm.c | 129 area_t *ent, *nxt; local in function:__area_delete 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 in function:nxt2k_open [all...] |
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 in function:nxt2k_open [all...] |
/src/sys/dev/iscsi/ |
iscsi_rcv.c | 401 ccb_t *ccb, *nxt; local in function:check_CmdSN 403 TAILQ_FOREACH_SAFE(ccb, &conn->c_ccbs_waiting, ccb_chain, nxt) {
|
iscsi_rcv.c | 401 ccb_t *ccb, *nxt; local in function:check_CmdSN 403 TAILQ_FOREACH_SAFE(ccb, &conn->c_ccbs_waiting, ccb_chain, nxt) {
|
/src/sys/netinet6/ |
frag6.c | 174 int offset = *offp, nxt, i, next; local in function:frag6_input 477 nxt = q6->ip6q_nxt; 509 * Restore NXT to the original. 520 *prvnxtp = nxt; 533 return nxt;
|
raw_ip6.c | 275 int nxt; local in function:rip6_ctlinput 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 in function:rip6_output 495 sum = in6_cksum(m, nxt, sizeof(*ip6), plen);
|
frag6.c | 174 int offset = *offp, nxt, i, next; local in function:frag6_input 477 nxt = q6->ip6q_nxt; 509 * Restore NXT to the original. 520 *prvnxtp = nxt; 533 return nxt;
|
raw_ip6.c | 275 int nxt; local in function:rip6_ctlinput 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 in function:rip6_output 495 sum = in6_cksum(m, nxt, sizeof(*ip6), plen);
|
/src/sys/kern/ |
uipc_mbufdebug.c | 675 uint8_t nxt; local in function:m_examine_ip6 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 in function:encap6_ctlinput 739 nxt = ip6cp->ip6c_nxt; 749 match = encap6_lookup(m, off, nxt, OUTBOUND, 769 nxt = -1; 780 if (ep->proto >= 0 && ep->proto != nxt)
|