Searched defs:curr_off (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/stand/lib/inet/
H A Dipv4.c693 int16_t curr_off; local
814 curr_off = ntohs(iphp->ip_off);
815 if ((curr_off & ~(IP_DF | IP_MF)) == 0) {
843 if (curr_off & IP_MF) {
846 frag_stat = frag_add(curr_off, igp->igm_mp,
871 IPV4_OFFSET(curr_off), ip_id);
887 frag_stat = frag_add(curr_off, igp->igm_mp,
894 fragments, IPV4_OFFSET(curr_off),
/illumos-gate/usr/src/uts/sun4v/io/
H A Ddr_cpu.c630 uint32_t curr_off; local
674 curr_off = sizeof (dr_cpu_hdr_t) + stat_len;
686 resp_stat[idx].string_off = curr_off;
688 curr_off += str_len;
694 ASSERT(curr_off == resp_len);
H A Ddr_mem.c656 uint32_t curr_off; local
695 curr_off = sizeof (dr_mem_hdr_t) + stat_len;
708 resp_stat[idx].string_off = curr_off;
710 curr_off += str_len;
716 ASSERT(curr_off == resp_len);

Completed in 73 milliseconds