Home
last modified time | relevance | path

Searched refs:UDPRequest_ (Results 1 – 2 of 2) sorted by relevance

/dports/dns/dnscrypt-wrapper/dnscrypt-wrapper-0.4.2/
H A Dudp_request.h14 typedef struct UDPRequest_ { struct
15 RB_ENTRY(UDPRequest_) queue;
36 typedef RB_HEAD(UDPRequestQueue_, UDPRequest_) UDPRequestQueue; argument
H A Dudp_request.c57 RB_GENERATE_STATIC(UDPRequestQueue_, UDPRequest_, queue, udp_request_cmp) in RB_GENERATE_STATIC() argument