Home
last modified time | relevance | path

Searched defs:DNSQuestion (Results 1 – 25 of 50) sorted by relevance

12

/dports/dns/dnsdist/dnsdist-1.6.1/
H A Ddnsdist.hh64 struct DNSQuestion struct
89 … to access the dnsheader of a too small (" + std::to_string(data.size()) + ") DNSQuestion buffer"); in getHeader() argument
102 bool hasRoomFor(size_t more) const in hasRoomFor()
107 size_t getMaximumSize() const in getMaximumSize()
116 PacketBuffer& data;
120 Netmask ecs;
121 boost::optional<Netmask> subnet;
123 std::string poolname;
124 const DNSName* qname{nullptr};
125 const ComboAddress* local{nullptr};
[all …]
/dports/dns/c-ares/c-ares-1.17.2/test/
H A Ddns-proto.h45 struct DNSQuestion { struct
46 DNSQuestion(const std::string& name, int rrtype, int qclass) in DNSQuestion() function
48 DNSQuestion(const std::string& name, int rrtype) in DNSQuestion() argument
50 virtual ~DNSQuestion() {} in ~DNSQuestion() argument
57 struct DNSRR : public DNSQuestion { argument
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/cares/cares/test/
H A Ddns-proto.h43 struct DNSQuestion { struct
44 DNSQuestion(const std::string& name, ns_type rrtype, ns_class qclass) in DNSQuestion() argument
46 DNSQuestion(const std::string& name, ns_type rrtype) in DNSQuestion() function
48 virtual ~DNSQuestion() {} in ~DNSQuestion() argument
55 struct DNSRR : public DNSQuestion { argument
/dports/net/py-zeroconf/python-zeroconf-0.37.0/zeroconf/
H A D_history.py36 …def add_question_at_time(self, question: DNSQuestion, now: float, known_answers: Set[DNSRecord]) -…
40 def suppresses(self, question: DNSQuestion, now: float, known_answers: Set[DNSRecord]) -> bool:
H A D_handlers.py103 answers: _AnswerWithAdditionalsType, ucast_source: bool, questions: List[DNSQuestion], id_: int
310 question: DNSQuestion,
487 … self, listener: RecordUpdateListener, question: Optional[Union[DNSQuestion, List[DNSQuestion]]]
511 self, listener: RecordUpdateListener, questions: List[DNSQuestion]
H A D_core.py781 … self, listener: RecordUpdateListener, question: Optional[Union[DNSQuestion, List[DNSQuestion]]]
801 … self, listener: RecordUpdateListener, question: Optional[Union[DNSQuestion, List[DNSQuestion]]]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/google/gopacket/layers/
H A Ddns.go601 type DNSQuestion struct { struct
602 Name []byte
603 Type DNSType
604 Class DNSClass
607 …uestion) decode(data []byte, offset int, df gopacket.DecodeFeedback, buffer *[]byte) (int, error) {
620 func (q *DNSQuestion) encode(data []byte, offset int) int {
H A Ddns_test.go81 func testQuestionEqual(t *testing.T, i int, exp, got DNSQuestion) {
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/google/gopacket/layers/
H A Ddns.go601 type DNSQuestion struct { struct
602 Name []byte
603 Type DNSType
604 Class DNSClass
607 …uestion) decode(data []byte, offset int, df gopacket.DecodeFeedback, buffer *[]byte) (int, error) {
620 func (q *DNSQuestion) encode(data []byte, offset int) int {
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/google/gopacket/layers/
H A Ddns.go630 type DNSQuestion struct { struct
631 Name []byte
632 Type DNSType
633 Class DNSClass
636 …uestion) decode(data []byte, offset int, df gopacket.DecodeFeedback, buffer *[]byte) (int, error) {
649 func (q *DNSQuestion) encode(data []byte, offset int) int {
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/google/gopacket/gopacket-1.1.18/layers/
H A Ddns.go630 type DNSQuestion struct { struct
631 Name []byte
632 Type DNSType
633 Class DNSClass
636 …uestion) decode(data []byte, offset int, df gopacket.DecodeFeedback, buffer *[]byte) (int, error) {
649 func (q *DNSQuestion) encode(data []byte, offset int) int {
H A Ddns_test.go242 func testQuestionEqual(t *testing.T, i int, exp, got DNSQuestion) {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/google/gopacket/layers/
H A Ddns.go630 type DNSQuestion struct { struct
631 Name []byte
632 Type DNSType
633 Class DNSClass
636 …uestion) decode(data []byte, offset int, df gopacket.DecodeFeedback, buffer *[]byte) (int, error) {
649 func (q *DNSQuestion) encode(data []byte, offset int) int {
H A Ddns_test.go242 func testQuestionEqual(t *testing.T, i int, exp, got DNSQuestion) {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/google/gopacket/layers/
H A Ddns.go630 type DNSQuestion struct { struct
631 Name []byte
632 Type DNSType
633 Class DNSClass
636 …uestion) decode(data []byte, offset int, df gopacket.DecodeFeedback, buffer *[]byte) (int, error) {
649 func (q *DNSQuestion) encode(data []byte, offset int) int {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/google/gopacket/layers/
H A Ddns.go630 type DNSQuestion struct { struct
631 Name []byte
632 Type DNSType
633 Class DNSClass
636 …uestion) decode(data []byte, offset int, df gopacket.DecodeFeedback, buffer *[]byte) (int, error) {
649 func (q *DNSQuestion) encode(data []byte, offset int) int {
/dports/misc/fq/fq-0.0.2/vendor/github.com/google/gopacket/layers/
H A Ddns.go630 type DNSQuestion struct { struct
631 Name []byte
632 Type DNSType
633 Class DNSClass
636 …uestion) decode(data []byte, offset int, df gopacket.DecodeFeedback, buffer *[]byte) (int, error) {
649 func (q *DNSQuestion) encode(data []byte, offset int) int {
/dports/net/py-zeroconf/python-zeroconf-0.37.0/zeroconf/_protocol/
H A Doutgoing.py104 def add_question(self, record: DNSQuestion) -> None:
268 def _write_question(self, question: DNSQuestion) -> bool:
276 def _write_record_class(self, record: Union[DNSQuestion, DNSRecord]) -> None:
/dports/security/py-cybox/python-cybox-2.1.0.21/cybox/objects/
H A Ddns_query_object.py20 class DNSQuestion(entities.Entity): class
/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/dns/
H A Ddns.h55 struct DNSQuestion struct
57 uint16_t type;
58 uint16_t dns_class;
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dpr59350.c18 typedef struct DNSQuestion_struct DNSQuestion; typedef
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/
H A Dpr59350.c18 typedef struct DNSQuestion_struct DNSQuestion; typedef
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/
H A Dpr59350.c18 typedef struct DNSQuestion_struct DNSQuestion; typedef
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A Dpr59350.c18 typedef struct DNSQuestion_struct DNSQuestion; typedef
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dpr59350.c18 typedef struct DNSQuestion_struct DNSQuestion; typedef

12