Searched refs:abuf (Results 1 - 25 of 37) 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 Diprule.c54 char abuf[256]; local
91 abuf, sizeof(abuf)),
98 abuf, sizeof(abuf))
112 abuf, sizeof(abuf)),
119 abuf, sizeof(abuf)));
190 abuf, sizeo
[all...]
H A Dipxfrm.c287 char abuf[256]; local
292 memset(abuf, '\0', sizeof(abuf));
294 saddr, abuf, sizeof(abuf)));
295 memset(abuf, '\0', sizeof(abuf));
297 &id->daddr, abuf, sizeof(abuf)));
447 char abuf[25 local
735 char abuf[256]; local
777 char abuf[256]; local
[all...]
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_das.c34 const char *abuf,
68 abuf, from_port);
79 abuf, from_port);
91 abuf, from_port);
113 "'%s' from %s:%d", tmp, abuf, from_port);
142 abuf, from_port);
147 "%s:%d", abuf, from_port);
184 char abuf[50]; local
203 os_strlcpy(abuf, inet_ntoa(from.sin.sin_addr), sizeof(abuf));
32 radius_das_disconnect(struct radius_das_data *das, struct radius_msg *msg, const char *abuf, int from_port) argument
[all...]
H A Dradius_server.c1182 char abuf[50]; local
1201 if (inet_ntop(AF_INET6, &from.sin6.sin6_addr, abuf,
1202 sizeof(abuf)) == NULL)
1203 abuf[0] = '\0';
1206 len, abuf, from_port);
1215 os_strlcpy(abuf, inet_ntoa(from.sin.sin_addr), sizeof(abuf));
1218 len, abuf, from_port);
1226 RADIUS_DEBUG("Unknown client %s - packet ignored", abuf);
1259 RADIUS_DEBUG("Invalid Message-Authenticator from %s", abuf);
1292 char abuf[50]; local
1923 char abuf[50], mbuf[50]; local
[all...]
H A Dradius_client.c391 char abuf[50]; local
463 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)),
487 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)),
967 char abuf[50]; local
976 hostapd_ip_txt(&nserv->addr, abuf, sizeof(abuf)),
1097 abuf, sizeof(abuf)),
1427 char abuf[50]; local
1476 char abuf[50]; local
[all...]
/external/wpa_supplicant_8/src/radius/
H A Dradius_das.c34 const char *abuf,
68 abuf, from_port);
79 abuf, from_port);
91 abuf, from_port);
113 "'%s' from %s:%d", tmp, abuf, from_port);
142 abuf, from_port);
147 "%s:%d", abuf, from_port);
184 char abuf[50]; local
203 os_strlcpy(abuf, inet_ntoa(from.sin.sin_addr), sizeof(abuf));
32 radius_das_disconnect(struct radius_das_data *das, struct radius_msg *msg, const char *abuf, int from_port) argument
[all...]
H A Dradius_server.c1182 char abuf[50]; local
1201 if (inet_ntop(AF_INET6, &from.sin6.sin6_addr, abuf,
1202 sizeof(abuf)) == NULL)
1203 abuf[0] = '\0';
1206 len, abuf, from_port);
1215 os_strlcpy(abuf, inet_ntoa(from.sin.sin_addr), sizeof(abuf));
1218 len, abuf, from_port);
1226 RADIUS_DEBUG("Unknown client %s - packet ignored", abuf);
1259 RADIUS_DEBUG("Invalid Message-Authenticator from %s", abuf);
1292 char abuf[50]; local
1923 char abuf[50], mbuf[50]; local
[all...]
H A Dradius_client.c391 char abuf[50]; local
463 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)),
487 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)),
967 char abuf[50]; local
976 hostapd_ip_txt(&nserv->addr, abuf, sizeof(abuf)),
1097 abuf, sizeof(abuf)),
1427 char abuf[50]; local
1476 char abuf[50]; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_das.c34 const char *abuf,
68 abuf, from_port);
79 abuf, from_port);
91 abuf, from_port);
113 "'%s' from %s:%d", tmp, abuf, from_port);
142 abuf, from_port);
147 "%s:%d", abuf, from_port);
184 char abuf[50]; local
203 os_strlcpy(abuf, inet_ntoa(from.sin.sin_addr), sizeof(abuf));
32 radius_das_disconnect(struct radius_das_data *das, struct radius_msg *msg, const char *abuf, int from_port) argument
[all...]
H A Dradius_server.c1182 char abuf[50]; local
1201 if (inet_ntop(AF_INET6, &from.sin6.sin6_addr, abuf,
1202 sizeof(abuf)) == NULL)
1203 abuf[0] = '\0';
1206 len, abuf, from_port);
1215 os_strlcpy(abuf, inet_ntoa(from.sin.sin_addr), sizeof(abuf));
1218 len, abuf, from_port);
1226 RADIUS_DEBUG("Unknown client %s - packet ignored", abuf);
1259 RADIUS_DEBUG("Invalid Message-Authenticator from %s", abuf);
1292 char abuf[50]; local
1923 char abuf[50], mbuf[50]; local
[all...]
H A Dradius_client.c391 char abuf[50]; local
463 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)),
487 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)),
967 char abuf[50]; local
976 hostapd_ip_txt(&nserv->addr, abuf, sizeof(abuf)),
1097 abuf, sizeof(abuf)),
1427 char abuf[50]; local
1476 char abuf[50]; local
[all...]
/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/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 ", rta_getattr_str(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);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/android/
H A Dnative_android.cpp177 ANativeWindowBuffer *abuf)
199 handle.handle = get_handle_name(abuf->handle);
201 LOGE("unable to import invalid buffer %p", abuf);
206 abuf->stride * util_format_get_blocksize(templ->format);
214 handle.handle = abuf->handle;
216 abuf->stride * util_format_get_blocksize(templ->format);
223 LOGE("failed to import buffer %p", abuf);
244 ANativeWindowBuffer *abuf)
250 /* how about abuf->usage? */
251 if (asurf->cache_key.width != abuf
176 import_buffer(struct android_display *adpy, const struct pipe_resource *templ, ANativeWindowBuffer *abuf) argument
243 android_surface_add_cache(struct native_surface *nsurf, ANativeWindowBuffer *abuf) argument
728 ANativeWindowBuffer *abuf; local
[all...]
/external/mesa3d/src/gallium/state_trackers/egl/android/
H A Dnative_android.cpp177 ANativeWindowBuffer *abuf)
199 handle.handle = get_handle_name(abuf->handle);
201 LOGE("unable to import invalid buffer %p", abuf);
206 abuf->stride * util_format_get_blocksize(templ->format);
214 handle.handle = abuf->handle;
216 abuf->stride * util_format_get_blocksize(templ->format);
223 LOGE("failed to import buffer %p", abuf);
244 ANativeWindowBuffer *abuf)
250 /* how about abuf->usage? */
251 if (asurf->cache_key.width != abuf
176 import_buffer(struct android_display *adpy, const struct pipe_resource *templ, ANativeWindowBuffer *abuf) argument
243 android_surface_add_cache(struct native_surface *nsurf, ANativeWindowBuffer *abuf) argument
728 ANativeWindowBuffer *abuf; local
[all...]
/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/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/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/pkcs7/
H A Dpk7_doit.c851 unsigned char *abuf = NULL; local
854 abuf = OPENSSL_malloc(abuflen);
855 if (!abuf)
858 if (!EVP_SignFinal(&ctx_tmp, abuf, &abuflen,
865 ASN1_STRING_set0(si->enc_digest, abuf, abuflen);
909 unsigned char *abuf = NULL; local
929 alen = ASN1_item_i2d((ASN1_VALUE *)si->auth_attr,&abuf,
931 if(!abuf)
933 if (EVP_DigestSignUpdate(&mctx,abuf,alen) <= 0)
935 OPENSSL_free(abuf);
1077 unsigned char md_dat[EVP_MAX_MD_SIZE], *abuf = NULL; local
[all...]
/external/openssl/crypto/cms/
H A Dcms_sd.c706 unsigned char *abuf = NULL; local
733 alen = ASN1_item_i2d((ASN1_VALUE *)si->signedAttrs,&abuf,
735 if(!abuf)
737 if (EVP_DigestSignUpdate(&mctx, abuf, alen) <= 0)
741 OPENSSL_free(abuf);
742 abuf = OPENSSL_malloc(siglen);
743 if(!abuf)
745 if (EVP_DigestSignFinal(&mctx, abuf, &siglen) <= 0)
757 ASN1_STRING_set0(si->signature, abuf, siglen);
762 if (abuf)
773 unsigned char *abuf = NULL; local
[all...]
/external/iputils/
H A Dtracepath.c167 char abuf[128]; local
172 inet_ntop(AF_INET, &sin->sin_addr, abuf, sizeof(abuf));
189 print_host(abuf, h ? (idn ? idn : h->h_name) : abuf, show_both);
191 print_host(h ? (idn ? idn : h->h_name) : abuf, abuf, show_both);
H A Dtracepath6.c210 char abuf[NI_MAXHOST], hbuf[NI_MAXHOST]; local
232 abuf, sizeof(abuf), NULL, 0,
234 strcpy(abuf, "???");
236 abuf[0] = 0;
252 print_host(abuf, hbuf, show_both);
254 print_host(hbuf, abuf, show_both);

Completed in 395 milliseconds

12