Searched defs:buflen (Results 1 - 25 of 322) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11.h26 int ieee802_11_get_mib(struct hostapd_data *hapd, char *buf, size_t buflen);
28 char *buf, size_t buflen);
31 size_t buflen)
38 char *buf, size_t buflen)
30 ieee802_11_get_mib(struct hostapd_data *hapd, char *buf, size_t buflen) argument
36 ieee802_11_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) argument
H A Dp2p_hostapd.h15 char *buf, size_t buflen);
26 char *buf, size_t buflen)
24 hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) argument
H A Dp2p_hostapd.c24 char *buf, size_t buflen)
29 return p2p_ie_text(sta->p2p_ie, buf, buf + buflen);
23 hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) argument
H A Dwps_hostapd.h26 char *buf, size_t buflen);
74 char *buf, size_t buflen)
72 hostapd_wps_get_mib_sta(struct hostapd_data *hapd, const u8 *addr, char *buf, size_t buflen) argument
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dip_addr.c15 size_t buflen)
17 if (buflen == 0 || addr == NULL)
21 os_strlcpy(buf, inet_ntoa(addr->u.v4), buflen);
27 if (inet_ntop(AF_INET6, &addr->u.v6, buf, buflen) == NULL)
14 hostapd_ip_txt(const struct hostapd_ip_addr *addr, char *buf, size_t buflen) argument
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11.h26 int ieee802_11_get_mib(struct hostapd_data *hapd, char *buf, size_t buflen);
28 char *buf, size_t buflen);
31 size_t buflen)
38 char *buf, size_t buflen)
30 ieee802_11_get_mib(struct hostapd_data *hapd, char *buf, size_t buflen) argument
36 ieee802_11_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) argument
H A Dp2p_hostapd.h15 char *buf, size_t buflen);
26 char *buf, size_t buflen)
24 hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) argument
H A Dp2p_hostapd.c24 char *buf, size_t buflen)
29 return p2p_ie_text(sta->p2p_ie, buf, buf + buflen);
23 hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) argument
H A Dwps_hostapd.h26 char *buf, size_t buflen);
74 char *buf, size_t buflen)
72 hostapd_wps_get_mib_sta(struct hostapd_data *hapd, const u8 *addr, char *buf, size_t buflen) argument
/external/wpa_supplicant_8/src/utils/
H A Dip_addr.c15 size_t buflen)
17 if (buflen == 0 || addr == NULL)
21 os_strlcpy(buf, inet_ntoa(addr->u.v4), buflen);
27 if (inet_ntop(AF_INET6, &addr->u.v6, buf, buflen) == NULL)
14 hostapd_ip_txt(const struct hostapd_ip_addr *addr, char *buf, size_t buflen) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11.h26 int ieee802_11_get_mib(struct hostapd_data *hapd, char *buf, size_t buflen);
28 char *buf, size_t buflen);
31 size_t buflen)
38 char *buf, size_t buflen)
30 ieee802_11_get_mib(struct hostapd_data *hapd, char *buf, size_t buflen) argument
36 ieee802_11_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) argument
H A Dp2p_hostapd.h15 char *buf, size_t buflen);
26 char *buf, size_t buflen)
24 hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) argument
H A Dp2p_hostapd.c24 char *buf, size_t buflen)
29 return p2p_ie_text(sta->p2p_ie, buf, buf + buflen);
23 hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) argument
H A Dwps_hostapd.h26 char *buf, size_t buflen);
74 char *buf, size_t buflen)
72 hostapd_wps_get_mib_sta(struct hostapd_data *hapd, const u8 *addr, char *buf, size_t buflen) argument
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dip_addr.c15 size_t buflen)
17 if (buflen == 0 || addr == NULL)
21 os_strlcpy(buf, inet_ntoa(addr->u.v4), buflen);
27 if (inet_ntop(AF_INET6, &addr->u.v6, buf, buflen) == NULL)
14 hostapd_ip_txt(const struct hostapd_ip_addr *addr, char *buf, size_t buflen) argument
/external/elfutils/0.153/lib/
H A Dmd5.h50 md5_uint32 buflen; member in struct:md5_ctx
H A Dsha1.h51 sha1_uint32 buflen; member in struct:sha1_ctx
/external/ipsec-tools/src/racoon/
H A Dprivsep.h49 size_t buflen[PRIVSEP_NBUF_MAX]; member in struct:admin_com_bufs
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dtarget.c108 char *buf, size_t buflen)
113 BUG_ON(buflen == 0);
116 const char *err = strerror_r(errnum, buf, buflen);
120 memcpy(buf, err, min(buflen - 1, len));
121 *(buf + min(buflen - 1, len)) = '\0';
137 snprintf(buf, buflen, "%s", msg);
142 snprintf(buf, buflen, msg, target->uid_str);
107 perf_target__strerror(struct perf_target *target, int errnum, char *buf, size_t buflen) argument
/external/openssl/crypto/ecdh/
H A Dech_ossl.c118 size_t buflen, len; local
171 buflen = (EC_GROUP_get_degree(group) + 7)/8;
173 if (len > buflen)
178 if ((buf = OPENSSL_malloc(buflen)) == NULL)
184 memset(buf, 0, buflen - len);
185 if (len != (size_t)BN_bn2bin(x, buf + buflen - len))
193 if (KDF(buf, buflen, out, &outlen) == NULL)
203 if (outlen > buflen)
204 outlen = buflen;
/external/tcpdump/
H A Dcpack.c83 cpack_init(struct cpack_state *cs, u_int8_t *buf, size_t buflen) argument
88 cs->c_len = buflen;
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_methods.h27 size_t eap_get_names(char *buf, size_t buflen);
44 static inline size_t eap_get_names(char *buf, size_t buflen) argument
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_methods.h27 size_t eap_get_names(char *buf, size_t buflen);
44 static inline size_t eap_get_names(char *buf, size_t buflen) argument
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_methods.h27 size_t eap_get_names(char *buf, size_t buflen);
44 static inline size_t eap_get_names(char *buf, size_t buflen) argument
/external/bison/lib/
H A Dstrerror_r.c37 extern int __xpg_strerror_r (int errnum, char *buf, size_t buflen);
96 local_snprintf (char *buf, size_t buflen, const char *format, ...) argument
102 result = _vsnprintf (buf, buflen, format, args);
104 if (buflen > 0 && (result < 0 || result >= buflen))
105 buf[buflen - 1] = '\0';
114 safe_copy (char *buf, size_t buflen, const char *msg) argument
119 if (len < buflen)
128 memcpy (buf, msg, buflen - 1);
129 buf[buflen
137 strerror_r(int errnum, char *buf, size_t buflen) argument
[all...]

Completed in 4701 milliseconds

1234567891011>>