Searched defs:abuf (Results 1 - 25 of 31) sorted by relevance

12

/external/iproute2/ip/
H A Dipprefix.c76 char abuf[256]; local
80 memset(abuf, '\0', sizeof(abuf));
82 abuf, sizeof(abuf)));
H A Dipaddrlabel.c64 char abuf[256]; local
88 abuf, sizeof(abuf)),
H A Diprule.c54 char abuf[256]; local
91 abuf, sizeof(abuf)),
98 abuf, sizeof(abuf))
112 abuf, sizeof(abuf)),
119 abuf, sizeof(abuf)));
177 abuf, sizeo
[all...]
H A Dxfrm_monitor.c230 char abuf[256]; local
235 memset(abuf, '\0', sizeof(abuf));
238 abuf, sizeof(abuf)));
239 memset(abuf, '\0', sizeof(abuf));
242 abuf, sizeof(abuf)));
H A Dipmaddr.c203 char abuf[256]; local
219 abuf, sizeof(abuf)));
H A Dipneigh.c190 char abuf[256]; local
256 abuf, sizeof(abuf)));
H A Diplink.c250 char abuf[32]; local
273 len = ll_addr_a2n(abuf, sizeof(abuf), *argv);
276 addattr_l(&req->n, sizeof(*req), IFLA_ADDRESS, abuf, len);
280 len = ll_addr_a2n(abuf, sizeof(abuf), *argv);
283 addattr_l(&req->n, sizeof(*req), IFLA_BROADCAST, abuf, len);
H A Dipaddress.c457 char abuf[256]; local
545 abuf, sizeof(abuf)));
555 abuf, sizeof(abuf)),
565 abuf, sizeof(abuf)));
572 abuf, sizeof(abuf)));
H A Diproute.c124 char abuf[256]; local
304 abuf, sizeof(abuf)),
311 abuf, sizeof(abuf))
324 abuf, sizeof(abuf)),
331 abuf, sizeof(abuf))
347 abuf, sizeo
[all...]
H A Dipxfrm.c286 char abuf[256]; local
291 memset(abuf, '\0', sizeof(abuf));
293 saddr, abuf, sizeof(abuf)));
294 memset(abuf, '\0', sizeof(abuf));
296 &id->daddr, abuf, sizeof(abuf)));
446 char abuf[25 local
703 char abuf[256]; local
745 char abuf[256]; local
[all...]
/external/iproute2/tc/
H A Dtc_class.c159 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, sizeo
[all...]
H A Dtc_filter.c193 char abuf[256]; local
224 print_tc_classid(abuf, sizeof(abuf), t->tcm_parent);
225 fprintf(fp, "parent %s ", abuf);
H A Dtc_qdisc.c206 char abuf[256]; local
238 print_tc_classid(abuf, sizeof(abuf), t->tcm_parent);
239 fprintf(fp, "parent %s ", abuf);
H A Df_u32.c826 char abuf[256]; local
852 abuf, sizeof(abuf)),
882 char abuf[256]; local
908 abuf, sizeof(abuf)),
/external/openssl/crypto/dh/
H A Ddhtest.c102 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/ipsec-tools/src/libipsec/
H A Dipsec_dump_policy.c282 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/ecdh/
H A Decdhtest.c130 unsigned char *abuf=NULL,*bbuf=NULL; local
210 abuf=(unsigned char *)OPENSSL_malloc(alen);
211 aout=ECDH_compute_key(abuf,alen,EC_KEY_get0_public_key(b),a,KDF1_SHA1);
217 sprintf(buf,"%02X",abuf[i]);
243 if ((aout < 4) || (bout != aout) || (memcmp(abuf,bbuf,aout) != 0))
274 sprintf(buf, "%02X", abuf[i]);
292 if (abuf != NULL) OPENSSL_free(abuf);
/external/qemu/distrib/sdl-1.2.15/src/audio/macosx/
H A DSDL_coreaudio.c105 AudioBuffer *abuf; local
112 abuf = &ioData->mBuffers[i];
113 SDL_memset(abuf->mData, this->spec.silence, abuf->mDataByteSize);
127 abuf = &ioData->mBuffers[i];
128 remaining = abuf->mDataByteSize;
129 ptr = abuf->mData;
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_das.c37 const char *abuf,
66 abuf, from_port);
81 "'%s' from %s:%d", tmp, abuf, from_port);
110 abuf, from_port);
115 "%s:%d", abuf, from_port);
152 char abuf[50]; local
171 os_strlcpy(abuf, inet_ntoa(from.sin.sin_addr), sizeof(abuf));
175 len, abuf, from_port);
184 "from %s:%d failed", abuf, from_por
35 radius_das_disconnect(struct radius_das_data *das, struct radius_msg *msg, const char *abuf, int from_port) argument
[all...]
/external/wpa_supplicant_8/src/radius/
H A Dradius_das.c37 const char *abuf,
66 abuf, from_port);
81 "'%s' from %s:%d", tmp, abuf, from_port);
110 abuf, from_port);
115 "%s:%d", abuf, from_port);
152 char abuf[50]; local
171 os_strlcpy(abuf, inet_ntoa(from.sin.sin_addr), sizeof(abuf));
175 len, abuf, from_port);
184 "from %s:%d failed", abuf, from_por
35 radius_das_disconnect(struct radius_das_data *das, struct radius_msg *msg, const char *abuf, int from_port) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_das.c37 const char *abuf,
66 abuf, from_port);
81 "'%s' from %s:%d", tmp, abuf, from_port);
110 abuf, from_port);
115 "%s:%d", abuf, from_port);
152 char abuf[50]; local
171 os_strlcpy(abuf, inet_ntoa(from.sin.sin_addr), sizeof(abuf));
175 len, abuf, from_port);
184 "from %s:%d failed", abuf, from_por
35 radius_das_disconnect(struct radius_das_data *das, struct radius_msg *msg, const char *abuf, int from_port) argument
[all...]
/external/openssl/crypto/pkcs7/
H A Dpk7_doit.c846 unsigned char *abuf = NULL; local
849 abuf = OPENSSL_malloc(abuflen);
850 if (!abuf)
853 if (!EVP_SignFinal(&ctx_tmp, abuf, &abuflen,
860 ASN1_STRING_set0(si->enc_digest, abuf, abuflen);
904 unsigned char *abuf = NULL; local
924 alen = ASN1_item_i2d((ASN1_VALUE *)si->auth_attr,&abuf,
926 if(!abuf)
928 if (EVP_DigestSignUpdate(&mctx,abuf,alen) <= 0)
930 OPENSSL_free(abuf);
1071 unsigned char md_dat[EVP_MAX_MD_SIZE], *abuf = NULL; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DAudioFileReaderThread.c525 AudioBuffer *abuf; local
529 abuf = &ioData->mBuffers[i];
541 if (abuf->mDataByteSize > afm->mBufferSize - afm->mBufferOffset)
542 abuf->mDataByteSize = afm->mBufferSize - afm->mBufferOffset;
543 abuf->mData = (char *)afm->mTmpBuffer + afm->mBufferOffset;
544 afm->mBufferOffset += abuf->mDataByteSize;
546 afm->mByteCounter += abuf->mDataByteSize;
/external/wpa_supplicant_6/wpa_supplicant/src/radius/
H A Dradius_client.c221 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...]
H A Dradius_server.c680 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...]

Completed in 334 milliseconds

12