Searched refs:hoff (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/sasl/
H A Dntlm.tcl190 binary scan $msg @12ississi flags dlen dlen2 doff hlen hlen2 hoff
191 binary scan $msg @${hoff}a${hlen} host
215 hlen hlen2 hoff \
220 set host {}; binary scan $msg @${hoff}a${hlen} host
/macosx-10.10.1/dyld-353.2.1/include/
H A Dobjc-shared-cache.h499 int64_t hoff = c->second.second - base; local
503 if ((hoff<<SHIFT)>>SHIFT != hoff) {
508 classOffsets()[h].hiOffset = (objc_stringhash_offset_t)hoff;
531 int64_t hoff = dup->second.second - base; local
535 if ((hoff<<SHIFT)>>SHIFT != hoff) {
540 duplicateOffsets()[dest].hiOffset = (objc_stringhash_offset_t)hoff;
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dip_output.c2056 * hoff is the number of bytes beyond the mbuf data pointer which
2062 in_finalize_cksum(struct mbuf *m, uint32_t hoff, uint32_t csum_flags) argument
2080 if (mlen < (hoff + sizeof (*ip))) {
2081 panic("%s: mbuf %p pkt len (%u) < hoff+ip_hdr "
2082 "(%u+%u)\n", __func__, m, mlen, hoff,
2093 if ((sw_csum & CSUM_DELAY_IP) || (hoff + sizeof (*ip)) > m->m_len ||
2094 !IP_HDR_ALIGNED_P(mtod(m, caddr_t) + hoff)) {
2095 m_copydata(m, hoff, sizeof (*ip), (caddr_t)buf);
2099 ip = (struct ip *)(void *)(m->m_data + hoff);
2106 if (mlen < (hoff
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/include/
H A Dedit.h174 unsigned short hoff; member in struct:edit
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/edit/
H A Demacs.c620 if(ep->ed->hoff == 0)
625 ep->ed->hoff--;
660 if(ep->ed->hoff >= ep->ed->hmax)
665 ep->ed->hoff++;
981 value += ep->ed->hoff;
H A Dvi.c862 if(vp->ed->hoff >= vp->ed->hmax)
864 vp->ed->hoff++;
891 if(vp->ed->hoff == 0)
893 vp->ed->hoff--;
1035 if(vp->repeat > vp->ed->nhlist-vp->ed->hoff)
1037 curhline = vp->ed->hlist[vp->repeat+vp->ed->hoff-1]->index;
H A Dedit.c615 ep->hoff = 0;
1766 Histmatch_t *mp,**mpp = ep->hlist+ep->hoff;
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6_output.c1703 * hoff is the number of bytes beyond the mbuf data pointer which
1712 in6_finalize_cksum(struct mbuf *m, uint32_t hoff, int32_t optlen, argument
1733 if (mlen < (hoff + hlen)) {
1734 panic("%s: mbuf %p pkt len (%u) < hoff+ip6_hdr "
1735 "(%u+%u)\n", __func__, m, mlen, hoff, hlen);
1743 if ((hoff + hlen) > m->m_len ||
1744 !IP6_HDR_ALIGNED_P(mtod(m, caddr_t) + hoff)) {
1745 m_copydata(m, hoff, hlen, (caddr_t)buf);
1748 ip6 = (struct ip6_hdr *)(void *)(m->m_data + hoff);
1753 if (plen != (mlen - (hoff
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Ddlil.c7045 dlil_output_cksum_dbg(struct ifnet *ifp, struct mbuf *m, uint32_t hoff, argument
7057 did_sw = in_finalize_cksum(m, hoff, m->m_pkthdr.csum_flags);
7072 did_sw = in6_finalize_cksum(m, hoff, -1, -1,

Completed in 160 milliseconds