OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reply_state
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSShared/
uds_daemon.h
202
struct
reply_state
*replies; // corresponding (active) reply list
259
typedef struct
reply_state
struct
261
struct
reply_state
*next; // If there are multiple unsent replies
266
}
reply_state
;
typedef in typeref:struct:reply_state
uds_daemon.c
514
reply_state
*ptr = req->replies;
516
freeL("
reply_state
(abort)", ptr);
649
mDNSlocal
reply_state
*create_reply(const reply_op_t op, const size_t datalen, request_state *const request)
651
reply_state
*reply;
659
reply = (
reply_state
*) callocL("
reply_state
", sizeof(
reply_state
) + datalen - sizeof(reply_hdr));
677
// If our request is sharing a connection, then we append our
reply_state
onto the primary's list
679
mDNSlocal void append_reply(request_state *req,
reply_state
*rep)
682
reply_state
**ptr
[
all
...]
/src/external/mpl/dhcp/dist/server/
dhcpv6.c
67
struct
reply_state
{
struct
134
static isc_result_t reply_process_ia_na(struct
reply_state
*reply,
136
static isc_result_t reply_process_ia_ta(struct
reply_state
*reply,
138
static isc_result_t reply_process_addr(struct
reply_state
*reply,
140
static isc_boolean_t address_is_owned(struct
reply_state
*reply,
142
static isc_boolean_t temporary_is_available(struct
reply_state
*reply,
144
static isc_result_t find_client_temporaries(struct
reply_state
*reply);
145
static isc_result_t reply_process_try_addr(struct
reply_state
*reply,
147
static isc_result_t find_client_address(struct
reply_state
*reply);
148
static isc_result_t reply_process_is_addressed(struct
reply_state
*reply
[
all
...]
/src/external/apache2/mDNSResponder/dist/unittests/
unittest_common.c
138
reply_state
*reply = req->replies;
Completed in 21 milliseconds
Indexes created Sat Aug 29 00:25:01 UTC 2026