HomeSort by relevance Sort by last modified time
    Searched refs:len_left (Results 1 - 6 of 6) sorted by null

  /external/android-clat/
ipv4.c 73 size_t len_left; local
109 len_left = len - header->ihl * 4;
125 checksum = ipv6_pseudo_header_checksum(0, ip6_targ, len_left);
128 iov_len = icmp_packet(out, pos + 1, (const struct icmphdr *) next_header, checksum, len_left);
130 iov_len = tcp_packet(out, pos + 1, (const struct tcphdr *) next_header, checksum, len_left);
132 iov_len = udp_packet(out, pos + 1, (const struct udphdr *) next_header, checksum, len_left);
ipv6.c 90 size_t len_left; local
121 len_left = len - sizeof(struct ip6_hdr);
137 checksum = ipv4_pseudo_header_checksum(0, ip_targ, len_left);
142 len_left);
145 len_left);
148 len_left);
  /external/chromium/chrome/browser/debugger/
devtools_remote_listen_socket.cc 231 int len_left = len; local
233 int sent = HANDLE_EINTR(send(socket_, send_buf, len_left, 0));
234 if (sent == len_left) { // A shortcut to avoid extraneous checks.
250 // sent != len_left according to the shortcut above.
253 len_left -= sent;
  /external/chromium/net/base/
listen_socket.cc 145 int len_left = len; local
147 int sent = HANDLE_EINTR(send(socket_, send_buf, len_left, 0));
148 if (sent == len_left) { // A shortcut to avoid extraneous checks.
164 // sent != len_left according to the shortcut above.
167 len_left -= sent;
  /external/bluetooth/bluedroid/stack/avrc/
avrc_bld_tg.c 298 UINT16 len, len_left; local
311 len_left = GKI_get_buf_size(p_pkt) - BT_HDR_SIZE - p_pkt->offset - p_pkt->len;
328 if (len_left < (p_rsp->p_attrs[xx].str_len + 4))
331 xx, p_rsp->p_attrs[xx].str_len, len_left);
  /external/libvpx/libvpx/examples/includes/ASCIIMathPHP-2.0/
ASCIIMathPHP-2.0.class.php 1093 $len_left = $chop_flg ? $this->chopExpr(1) : strlen($this->_curr_expr)-1; variable
    [all...]

Completed in 355 milliseconds