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

  /system/core/libcutils/tests/
fs_config.cpp 167 uint16_t host_len = (len >= endof(pc, len)) ? pc->len : INT16_MAX; local
168 if (host_len > len) {
170 << host_len << " > " << len << ")";
203 host_len);
204 len -= host_len;
  /build/make/tools/fs_config/
fs_config_test.cpp 57 uint16_t host_len = pc->len; local
58 if (host_len > len) break;
70 reinterpret_cast<const char*>(pc) + host_len);
71 len -= host_len;
  /external/boringssl/src/crypto/bio/
connect.c 121 size_t host_len = 0; local
132 host_len = close - host;
142 host_len = strlen(name);
145 host_len = colon - name;
150 *out_host = BUF_strndup(host, host_len);
  /system/core/libcutils/
fs_config.cpp 308 uint16_t host_len = get2LE((const uint8_t*)&header.len); local
309 ssize_t len, remainder = host_len - sizeof(header);
363 uint16_t host_len = len; local
364 p->len = get2LE((const uint8_t*)&host_len);
  /external/iproute2/ip/
iprule.c 77 static bool filter_nlmsg(struct nlmsghdr *n, struct rtattr **tb, int host_len)
177 int host_len = -1; local
192 host_len = af_bit_len(r->rtm_family);
194 if (!filter_nlmsg(n, tb, host_len))
210 if (r->rtm_src_len != host_len) {
225 if (r->rtm_dst_len != host_len) {
iproute.c 146 static int filter_nlmsg(struct nlmsghdr *n, struct rtattr **tb, int host_len)
228 memcpy(&via.data, RTA_DATA(tb[RTA_GATEWAY]), host_len/8);
239 memcpy(&prefsrc.data, RTA_DATA(tb[RTA_PREFSRC]), host_len/8);
320 int host_len, family; local
340 host_len = af_bit_len(r->rtm_family);
345 if (!filter_nlmsg(n, tb, host_len))
374 if (r->rtm_dst_len != host_len) {
389 if (r->rtm_src_len != host_len) {
413 if (tb[RTA_GATEWAY] && filter.rvia.bitlen != host_len) {
436 if (tb[RTA_PREFSRC] && filter.rprefsrc.bitlen != host_len) {
1361 int host_len; local
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp.c 321 size_t host_len, path_len; local
378 host_len = os_strlen(host);
380 alloc_len = host_len + 1 + 1 + path_len + 1;
397 os_memcpy(mem, host, host_len);
398 mem += host_len + 1;
    [all...]

Completed in 250 milliseconds