OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:replydata
(Results
1 - 2
of
2
) sorted by null
/external/iputils/ninfod/
ninfod.h
69
char *
replydata
; /* data */
member in struct:packetcontext
/external/wpa_supplicant_8/src/wps/
wps_upnp_web.c
690
char *
replydata
;
local
696
replydata
= (char *) base64_encode(wpabuf_head(reply),
699
replydata
= NULL;
704
*
replydata
-- NULL or null-terminated string
706
buf = wpabuf_alloc(1000 + (
replydata
? os_strlen(
replydata
) : 0U) +
711
os_free(
replydata
);
753
if (
replydata
&& replyname) {
760
wpabuf_put_str(buf,
replydata
);
775
os_free(
replydata
);
[
all
...]
Completed in 213 milliseconds