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

  /external/iproute2/ip/
ipprefix.c 76 char abuf[256]; local
80 memset(abuf, '\0', sizeof(abuf));
82 abuf, sizeof(abuf)));
xfrm_monitor.c 229 char abuf[256]; local
234 memset(abuf, '\0', sizeof(abuf));
237 abuf, sizeof(abuf)));
238 memset(abuf, '\0', sizeof(abuf));
241 abuf, sizeof(abuf)));
iprule.c 54 char abuf[256]; local
91 abuf, sizeof(abuf)),
98 abuf, sizeof(abuf))
112 abuf, sizeof(abuf)),
119 abuf, sizeof(abuf)));
171 abuf, sizeof(abuf)))
    [all...]
ipxfrm.c 283 char abuf[256]; local
288 memset(abuf, '\0', sizeof(abuf));
290 saddr, abuf, sizeof(abuf)));
291 memset(abuf, '\0', sizeof(abuf));
293 &id->daddr, abuf, sizeof(abuf)));
443 char abuf[256] local
661 char abuf[256]; local
703 char abuf[256]; local
    [all...]
ipaddrlabel.c 64 char abuf[256]; local
88 abuf, sizeof(abuf)),
iplink.c 180 char abuf[32]; local
202 len = ll_addr_a2n(abuf, sizeof(abuf), *argv);
205 addattr_l(&req->n, sizeof(*req), IFLA_ADDRESS, abuf, len);
209 len = ll_addr_a2n(abuf, sizeof(abuf), *argv);
212 addattr_l(&req->n, sizeof(*req), IFLA_BROADCAST, abuf, len);
ipmaddr.c 203 char abuf[256]; local
219 abuf, sizeof(abuf)));
iproute.c 124 char abuf[256]; local
311 abuf, sizeof(abuf)),
318 abuf, sizeof(abuf))
331 abuf, sizeof(abuf)),
338 abuf, sizeof(abuf))
354 abuf, sizeof(abuf)))
    [all...]
ipaddress.c 366 char abuf[256]; local
454 abuf, sizeof(abuf)));
464 abuf, sizeof(abuf)),
474 abuf, sizeof(abuf)));
481 abuf, sizeof(abuf)));
ipneigh.c 190 char abuf[256]; local
256 abuf, sizeof(abuf)));
  /external/openssl/crypto/dh/
dhtest.c 102 unsigned char *abuf=NULL,*bbuf=NULL; local
167 abuf=(unsigned char *)OPENSSL_malloc(alen);
168 aout=DH_compute_key(abuf,b->pub_key,a);
173 sprintf(buf,"%02X",abuf[i]);
189 if ((aout < 4) || (bout != aout) || (memcmp(abuf,bbuf,aout) != 0))
199 if (abuf != NULL) OPENSSL_free(abuf);
  /external/iproute2/tc/
tc_class.c 159 char abuf[256]; local
187 abuf[0] = 0;
190 print_tc_classid(abuf, sizeof(abuf), TC_H_MIN(t->tcm_handle));
192 print_tc_classid(abuf, sizeof(abuf), t->tcm_handle);
194 fprintf(fp, "class %s %s ", (char*)RTA_DATA(tb[TCA_KIND]), abuf);
203 print_tc_classid(abuf, sizeof(abuf), TC_H_MIN(t->tcm_parent));
205 print_tc_classid(abuf, sizeof(abuf), t->tcm_parent)
    [all...]
tc_filter.c 193 char abuf[256]; local
224 print_tc_classid(abuf, sizeof(abuf), t->tcm_parent);
225 fprintf(fp, "parent %s ", abuf);
tc_qdisc.c 206 char abuf[256]; local
238 print_tc_classid(abuf, sizeof(abuf), t->tcm_parent);
239 fprintf(fp, "parent %s ", abuf);
f_u32.c 794 char abuf[256]; local
820 abuf, sizeof(abuf)),
850 char abuf[256]; local
876 abuf, sizeof(abuf)),
  /external/openssl/crypto/ecdh/
ecdhtest.c 130 unsigned char *abuf=NULL,*bbuf=NULL; local
206 abuf=(unsigned char *)OPENSSL_malloc(alen);
207 aout=ECDH_compute_key(abuf,alen,EC_KEY_get0_public_key(b),a,KDF1_SHA1);
213 sprintf(buf,"%02X",abuf[i]);
239 if ((aout < 4) || (bout != aout) || (memcmp(abuf,bbuf,aout) != 0))
270 sprintf(buf, "%02X", abuf[i]);
288 if (abuf != NULL) OPENSSL_free(abuf);
  /external/ipsec-tools/src/libipsec/
ipsec_dump_policy.c 282 char abuf[NI_MAXHOST * 2 + 2]; local
319 abuf[0] = '\0';
332 if (set_addresses(abuf, sizeof(abuf),
358 snprintf(buf, len, "%s/%s/%s/%s", proto, mode, abuf, level);
366 snprintf(buf, len, "%s/%s/%s/%s%c%u", proto, mode, abuf, level,
  /external/openssl/crypto/pkcs7/
pk7_doit.c 803 unsigned char *abuf = NULL; local
806 abuf = OPENSSL_malloc(abuflen);
807 if (!abuf)
810 if (!EVP_SignFinal(&ctx_tmp, abuf, &abuflen,
817 ASN1_STRING_set0(si->enc_digest, abuf, abuflen);
860 unsigned char *abuf = NULL; local
880 alen = ASN1_item_i2d((ASN1_VALUE *)si->auth_attr,&abuf,
882 if(!abuf)
884 if (EVP_DigestSignUpdate(&mctx,abuf,alen) <= 0)
886 OPENSSL_free(abuf);
1026 unsigned char md_dat[EVP_MAX_MD_SIZE], *abuf = NULL; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_server.c 680 char abuf[50]; local
698 if (inet_ntop(AF_INET6, &from.sin6.sin6_addr, abuf,
699 sizeof(abuf)) == NULL)
700 abuf[0] = '\0';
703 len, abuf, from_port);
712 os_strlcpy(abuf, inet_ntoa(from.sin.sin_addr), sizeof(abuf));
715 len, abuf, from_port);
723 RADIUS_DEBUG("Unknown client %s - packet ignored", abuf);
755 RADIUS_DEBUG("Invalid Message-Authenticator from %s", abuf);
1194 char abuf[50], mbuf[50]; local
    [all...]
radius_client.c 221 char abuf[50]; local
279 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)),
303 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)),
748 char abuf[50]; local
757 hostapd_ip_txt(&nserv->addr, abuf, sizeof(abuf)),
872 abuf, sizeof(abuf)),
1138 char abuf[50]; local
1187 char abuf[50]; local
    [all...]
  /external/wpa_supplicant/
radius_client.c 220 char abuf[50]; local
278 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)),
302 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)),
747 char abuf[50]; local
755 hostapd_ip_txt(&nserv->addr, abuf, sizeof(abuf)),
1056 char abuf[50]; local
1082 hostapd_ip_txt(&serv->addr, abuf, sizeof(abuf))
1105 char abuf[50]; local
    [all...]
  /bionic/libc/netbsd/resolv/
res_send.c 359 char abuf[NI_MAXHOST]; local
523 getnameinfo(nsap, (socklen_t)nsaplen, abuf, sizeof(abuf),
526 ns + 1, abuf));
  /hardware/broadcom/wlan/bcm4329/src/shared/
bcmutils.c 829 wchar2ascii(char *abuf, ushort *wbuf, ushort wbuflen, ulong abuflen)
843 *abuf++ = (char) *wbuf++;
846 *abuf = '\0';
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmutils.h 203 extern ulong wchar2ascii(char *abuf, ushort *wbuf, ushort wbuflen, ulong abuflen);

Completed in 325 milliseconds