HomeSort by relevance Sort by last modified time
    Searched defs:ap (Results 526 - 550 of 706) sorted by null

<<212223242526272829

  /external/dhcpcd-6.8.2/
if-linux.c 447 struct ipv4_addr *ap; local
452 if ((ap = ipv4_findaddr(ctx, &prefsrc)))
453 rt->iface = ap->iface;
1055 * we're not associated to an AP. */
    [all...]
ipv6.c 405 const struct ipv6_addr *ap; local
429 if ((ap = ipv6_linklocal(ifp)) == NULL) {
438 addr->s6_addr32[2] = ap->addr.s6_addr32[2];
439 addr->s6_addr32[3] = ap->addr.s6_addr32[3];
586 struct ipv6_addr *ap; local
589 ap = arg;
590 ifa_flags = if_addrflags6(&ap->addr, ap->iface);
592 logger(ap->iface->ctx, LOG_ERR,
593 "%s: if_addrflags6: %m", ap->iface->name)
614 struct ipv6_addr *ap; local
781 struct ipv6_addr *ap, *apn, *apf; local
853 struct ipv6_addr *ap, *apn, *apf; local
922 struct ipv6_addr *ap; local
1048 const struct ipv6_addr *ap; local
1095 struct ipv6_addr *ap; local
1120 struct ipv6_addr *ap, *ap2; local
1230 const struct ipv6_addr *ap; local
1304 struct ipv6_addr *ap, *apn; local
1491 const struct ipv6_addr *ap; local
1600 struct ipv6_addr *ap, *first; local
    [all...]
ipv6nd.c 333 struct ipv6_addr *ap; local
336 TAILQ_FOREACH(ap, &rap->addrs, next) {
337 if (ap->prefix_vltime) {
338 ap->prefix_vltime = seconds;
339 ap->prefix_pltime = seconds / 2;
414 struct ipv6_addr *ap; local
420 TAILQ_FOREACH(ap, &rap->addrs, next) {
422 if ((ap->flags &
425 return ap;
426 } else if (ap->prefix_vltime &
530 struct ipv6_addr *ap; local
589 struct ipv6_addr *ap = arg; local
598 const struct ipv6_addr *ap; local
616 struct ipv6_addr *ap = arg, *rapap; local
744 struct ipv6_addr *ap; local
    [all...]
  /external/harfbuzz_ng/src/
hb-private.hh 669 va_list ap) HB_PRINTF_FUNC(7, 0);
678 va_list ap)
711 vfprintf (stderr, message, ap);
724 va_list ap HB_UNUSED) {}
745 va_list ap; local
746 va_start (ap, message);
747 _hb_debug_msg_va<max_level> (what, obj, func, indented, level, level_dir, message, ap);
748 va_end (ap);
820 va_list ap; local
821 va_start (ap, message)
    [all...]
  /external/icu/icu4c/source/i18n/
astro.cpp 36 va_list ap; local
37 va_start(ap, pat);
38 vfprintf(stderr, pat, ap);
    [all...]
  /external/icu/icu4c/source/tools/ctestfw/
ctest.c 88 * @param ap vprintf style arg list
90 static void vlog_err(const char *prefix, const char *pattern, va_list ap);
91 static void vlog_verbose(const char *prefix, const char *pattern, va_list ap);
92 static UBool vlog_knownIssue(const char *ticket, const char *pattern, va_list ap);
675 static void vlog_err(const char *prefix, const char *pattern, va_list ap)
685 vfprintf(stdout, pattern, ap);
687 va_end(ap);
696 static UBool vlog_knownIssue(const char *ticket, const char *pattern, va_list ap)
705 vsprintf(buf, pattern, ap);
720 vlog_info(const char *prefix, const char *pattern, va_list ap)
742 va_list ap; local
756 va_list ap; local
790 va_list ap; local
808 va_list ap; local
816 va_list ap; local
849 va_list ap; local
858 va_list ap; local
868 va_list ap; local
    [all...]
  /external/ipsec-tools/src/racoon/
oakley.c 694 va_list ap; local
697 va_start(ap, iph1);
699 while ((s = va_arg(ap, vchar_t *)) != NULL) {
702 va_end(ap);
712 va_start(ap, iph1);
714 while ((s = va_arg(ap, char *)) != NULL) {
718 va_end(ap);
    [all...]
  /external/libevent/
evutil.c 1552 va_list ap; local
    [all...]
  /external/libmicrohttpd/src/microhttpd/
connection.c 2824 va_list ap; local
    [all...]
  /external/libopus/celt/
celt_decoder.c 1093 va_list ap; local
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 1213 CArchivePath &ap = options.Commands[0].ArchivePath; local
1214 ap = options.ArchivePath;
1231 CArchivePath &ap = options.Commands[i].ArchivePath; local
1326 CArchivePath &ap = options.Commands[0].ArchivePath; local
1384 CArchivePath &ap = options.Commands[i].ArchivePath; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_snprintf.c 213 #define VA_START(ap, last) va_start(ap, last)
214 #define VA_SHIFT(ap, value, type) /* No-op for ANSI C. */
217 #define VA_START(ap, last) va_start(ap) /* "last" is ignored. */
218 #define VA_SHIFT(ap, value, type) value = va_arg(ap, type)
233 #define VA_END_COPY(ap) va_end(ap)
236 #define VA_END_COPY(ap) va_end(ap
1447 va_list ap; local
1473 va_list ap; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
vdpau_private.h 491 va_list ap; local
492 va_start(ap, fmt);
493 _debug_vprintf(fmt, ap);
494 va_end(ap);
  /external/mesa3d/src/glsl/
ir_reader.cpp 106 va_list ap; local
115 va_start(ap, fmt);
116 ralloc_vasprintf_append(&state->info_log, fmt, ap);
117 va_end(ap);
linker.cpp 178 va_list ap; local
181 va_start(ap, fmt);
182 ralloc_vasprintf_append(&prog->InfoLog, fmt, ap);
183 va_end(ap);
192 va_list ap; local
195 va_start(ap, fmt);
196 ralloc_vasprintf_append(&prog->InfoLog, fmt, ap);
197 va_end(ap);
    [all...]
  /external/mksh/src/
eval.c 133 eval(const char **ap, int f)
137 if (*ap == NULL) {
140 vap.ro = ap;
146 while (*ap != NULL)
147 expand(*ap++, &w, f);
1727 struct tbl *ap; local
    [all...]
var.c 178 char *ap = NULL; local
197 afree(ap, ATEMP);
198 n = ap = cp;
    [all...]
  /external/opencv3/3rdparty/openexr/Imath/
ImathMatrix.h 2529 register const T * IMATH_RESTRICT ap = &a.x[0][0]; local
    [all...]
  /external/opencv3/modules/python/src2/
cv2.cpp 26 va_list ap; local
27 va_start(ap, fmt);
28 vsnprintf(str, sizeof(str), fmt, ap);
29 va_end(ap);
129 va_list ap; local
130 va_start(ap, fmt);
131 vsnprintf(str, sizeof(str), fmt, ap);
132 va_end(ap);
    [all...]
  /external/selinux/libsepol/cil/src/
cil_tree.c 55 va_list ap; local
56 va_start(ap, msg);
57 cil_vlog(CIL_ERR, msg, ap);
58 va_end(ap);
    [all...]
  /external/tcpdump/
tcpdump.c 2693 va_list ap; local
2712 va_list ap; local
    [all...]
  /external/tinyalsa/
pcm.c 273 va_list ap; local
276 va_start(ap, fmt);
277 vsnprintf(pcm->error, PCM_ERROR_MAX, fmt, ap);
278 va_end(ap);
1293 va_list ap; local
    [all...]
  /external/valgrind/exp-dhat/
dh_main.c 75 ExeContext* ap; /* allocation ec */ member in struct:__anon25860
174 ExeContext* ap; member in struct:__anon25861
177 // The current number of blocks and bytes live for this AP
187 // Total number of blocks and bytes allocated by this AP.
190 // Sum of death ages for all blocks allocated by this AP,
195 // by this AP.
199 all retiring Blocks allocated by this AP, but only if:
200 - this AP has only ever allocated objects of one size
202 What we need therefore is a mechanism to see if this AP
217 .ap field in the values. *
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_er.c 28 static void wps_er_ap_process(struct wps_er_ap *ap, struct wpabuf *msg);
29 static int wps_er_send_get_device_info(struct wps_er_ap *ap,
30 void (*m1_handler)(struct wps_er_ap *ap,
59 static struct wps_er_sta * wps_er_sta_get(struct wps_er_ap *ap, const u8 *addr,
63 dl_list_for_each(sta, &ap->sta, struct wps_er_sta, list) {
76 wps_er_sta_event(sta->ap->er->wps, sta, WPS_EV_ER_ENROLLEE_REMOVE);
91 static void wps_er_sta_remove_all(struct wps_er_ap *ap)
94 dl_list_for_each_safe(sta, prev, &ap->sta, struct wps_er_sta, list)
103 struct wps_er_ap *ap; local
104 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list)
118 struct wps_er_ap *ap; local
196 struct wps_er_ap *ap = ctx; local
291 struct wps_er_ap *ap; local
361 struct wps_er_ap *ap = user_ctx; local
405 struct wps_er_ap *ap = ctx; local
613 struct wps_er_ap *ap = ctx; local
641 struct wps_er_ap *ap; local
679 struct wps_er_ap *ap; local
691 struct wps_er_ap *prev, *ap; local
1155 struct wps_er_ap *ap = wps_er_ap_get_id(er, ap_id); local
1333 struct wps_er_ap *ap; local
1351 struct wps_er_ap *ap, *tmp; local
1393 struct wps_er_ap *ap = ctx; local
1507 struct wps_er_ap *ap; local
1564 struct wps_er_ap *ap; local
1609 struct wps_er_ap *ap = ctx; local
1630 struct wps_er_ap *ap; local
1644 struct wps_er_ap *ap = ctx; local
1834 struct wps_er_ap *ap = ctx; local
1915 struct wps_er_ap *ap; local
1948 struct wps_er_ap *ap; local
2001 struct wps_er_ap *ap; local
2066 struct wps_er_ap *ap; local
2088 struct wps_er_ap *ap; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 32 #include "ap.h"
43 * The minimum time in seconds before trying to associate to a WPS PIN AP that
96 "suitable AP", MAC2STR(bssid));
195 * TKIP+CCMP). Try to use scan results to figure out whether the AP
207 wpa_printf(MSG_DEBUG, "WPS: The AP was not found from BSS "
212 wpa_printf(MSG_DEBUG, "WPS: AP found from BSS table");
229 * TODO: This could be the initial AP configuration and the
234 wpa_printf(MSG_DEBUG, "WPS: The AP did not yet advertise WPA "
715 struct wps_event_er_ap *ap)
720 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str))
1791 struct wps_ap_info *ap = &wpa_s->wps_ap[i]; local
2798 struct wps_ap_info *ap = &wpa_s->wps_ap[i]; local
2820 struct wps_ap_info *ap = &wpa_s->wps_ap[i]; local
2834 struct wps_ap_info *ap; local
2909 struct wps_ap_info *ap; local
    [all...]

Completed in 1965 milliseconds

<<212223242526272829