Symbol: comm_element
usr.sbin/nscd/protocol.c
102
finalize_comm_element(struct comm_element *element)
usr.sbin/nscd/protocol.c
185
get_cache_write_request(struct comm_element *element)
usr.sbin/nscd/protocol.c
212
get_cache_write_response(struct comm_element *element)
usr.sbin/nscd/protocol.c
241
get_cache_read_request(struct comm_element *element)
usr.sbin/nscd/protocol.c
269
get_cache_read_response(struct comm_element *element)
usr.sbin/nscd/protocol.c
298
get_cache_transform_request(struct comm_element *element)
usr.sbin/nscd/protocol.c
327
get_cache_transform_response(struct comm_element *element)
usr.sbin/nscd/protocol.c
359
get_cache_mp_write_session_request(struct comm_element *element)
usr.sbin/nscd/protocol.c
389
get_cache_mp_write_session_response(struct comm_element *element)
usr.sbin/nscd/protocol.c
40
init_comm_element(struct comm_element *element, enum comm_element_t type)
usr.sbin/nscd/protocol.c
420
get_cache_mp_write_session_write_request(struct comm_element *element)
usr.sbin/nscd/protocol.c
44
memset(element, 0, sizeof(struct comm_element));
usr.sbin/nscd/protocol.c
450
get_cache_mp_write_session_write_response(struct comm_element *element)
usr.sbin/nscd/protocol.c
480
get_cache_mp_read_session_request(struct comm_element *element)
usr.sbin/nscd/protocol.c
510
get_cache_mp_read_session_response(struct comm_element *element)
usr.sbin/nscd/protocol.c
541
get_cache_mp_read_session_read_response(struct comm_element *element)
usr.sbin/nscd/protocol.h
176
extern void init_comm_element(struct comm_element *, enum comm_element_t type);
usr.sbin/nscd/protocol.h
177
extern void finalize_comm_element(struct comm_element *);
usr.sbin/nscd/protocol.h
186
struct comm_element *);
usr.sbin/nscd/protocol.h
191
struct comm_element *);
usr.sbin/nscd/protocol.h
196
struct comm_element *);
usr.sbin/nscd/protocol.h
201
struct comm_element *);
usr.sbin/nscd/protocol.h
206
struct comm_element *);
usr.sbin/nscd/protocol.h
212
struct comm_element *);
usr.sbin/nscd/protocol.h
220
struct comm_element *);
usr.sbin/nscd/protocol.h
227
get_cache_mp_write_session_response(struct comm_element *);
usr.sbin/nscd/protocol.h
234
get_cache_mp_write_session_write_request(struct comm_element *);
usr.sbin/nscd/protocol.h
241
get_cache_mp_write_session_write_response(struct comm_element *);
usr.sbin/nscd/protocol.h
248
struct comm_element *);
usr.sbin/nscd/protocol.h
256
struct comm_element *);
usr.sbin/nscd/protocol.h
263
get_cache_mp_read_session_read_response(struct comm_element *);
usr.sbin/nscd/query.h
56
struct comm_element request;
usr.sbin/nscd/query.h
57
struct comm_element response;