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

  /external/iproute2/ip/
iprule.c 51 int host_len = -1; local
67 host_len = 32;
69 host_len = 128;
71 host_len = 16;
73 host_len = 80;
87 if (r->rtm_src_len != host_len) {
108 if (r->rtm_dst_len != host_len) {
iproute.c 127 int filter_nlmsg(struct nlmsghdr *n, struct rtattr **tb, int host_len)
202 memcpy(&via.data, RTA_DATA(tb[RTA_GATEWAY]), host_len/8);
208 memcpy(&prefsrc.data, RTA_DATA(tb[RTA_PREFSRC]), host_len/8);
287 int host_len = -1; local
305 host_len = calc_host_len(r);
310 if (!filter_nlmsg(n, tb, host_len))
336 if (r->rtm_dst_len != host_len) {
356 if (r->rtm_src_len != host_len) {
378 if (tb[RTA_GATEWAY] && filter.rvia.bitlen != host_len) {
396 if (tb[RTA_PREFSRC] && filter.rprefsrc.bitlen != host_len) {
1076 int host_len = -1; local
    [all...]
  /system/core/libcutils/
fs_config.c 215 uint16_t host_len = get2LE((const uint8_t *)&header.len); local
216 ssize_t len, remainder = host_len - sizeof(header);
272 uint16_t host_len = len; local
273 p->len = get2LE((const uint8_t *)&host_len);
  /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 74 milliseconds