HomeSort by: relevance | last modified time | path
    Searched refs:match_transport (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/unbound/dist/testcode/
testpkts.h 234 enum transport_type match_transport; member in struct:entry
testpkts.c 149 e->match_transport = transport_udp;
151 e->match_transport = transport_tcp;
303 e->match_transport = transport_any;
1695 if(p->match_transport != transport_any && p->match_transport != transport) {
fake_event.c 472 if(todo->match->match_transport == transport_tcp) {
  /src/external/mpl/bind/dist/lib/dns/
acl.c 240 bool match_transport = true; local
248 match_transport =
254 if (match_port && match_transport) {

Completed in 89 milliseconds