Searched defs:is_request (Results 1 – 8 of 8) sorted by relevance
/external/grpc-grpc/test/cpp/util/ |
D | proto_file_parser.cc | 183 const grpc::string& method, bool is_request) { in GetMessageTypeFromMethod() 200 bool ProtoFileParser::IsStreaming(const grpc::string& method, bool is_request) { in IsStreaming() 221 bool is_request) { in GetSerializedProtoFromMethod() 233 bool is_request) { in GetTextFormatFromMethod()
|
/external/scapy/scapy/ |
D | ansmachine.py | 94 def is_request(self, req): member in AnsweringMachine
|
/external/scapy/scapy/layers/ |
D | dhcp.py | 337 def is_request(self, req): member in BOOTP_am
|
D | dot11.py | 408 def is_request(self, pkt): member in WiFi_am
|
D | l2.py | 556 def is_request(self, req): member in ARP_am
|
D | dns.py | 807 def is_request(self, req): member in DNS_am
|
D | inet6.py | 3295 def is_request(req, mac_src_filter, tgt_filter): function 3517 def is_request(req, mac_src_filter, tgt_filter): function 3746 def is_request(req, mac_src_filter, ip_src_filter): function 3867 def is_request(req, mac_src_filter, ip_src_filter): function
|
D | dhcp6.py | 1371 def is_request(self, p): member in DHCPv6_am
|