Home
last modified time | relevance | path

Searched defs:answers (Results 1 – 25 of 43) sorted by relevance

12

/external/scapy/scapy/layers/
Dpptp.py129 def answers(self, other): member in PPTPStartControlConnectionReply
166 def answers(self, other): member in PPTPStopControlConnectionReply
195 def answers(self, other): member in PPTPEchoReply
253 def answers(self, other): member in PPTPOutgoingCallReply
290 def answers(self, other): member in PPTPIncomingCallReply
308 def answers(self, other): member in PPTPIncomingCallConnected
Dppp.py512 def answers(self, other): member in PPP_LCP_Configure
519 def answers(self, other): member in PPP_LCP_Terminate
549 def answers(self, other): member in PPP_LCP_Echo
620 def answers(self, other): member in PPP_PAP_Response
646 def answers(self, other): member in PPP_CHAP
683 def answers(self, other): member in PPP_CHAP_ChallengeResponse
Dtftp.py33 def answers(self, other): member in TFTP_RRQ
43 def answers(self, other): member in TFTP_WRQ
51 def answers(self, other): member in TFTP_DATA
69 def answers(self, other): member in TFTP_ACK
93 def answers(self, other): member in TFTP_ERROR
105 def answers(self, other): member in TFTP_OACK
Dllmnr.py45 def answers(self, other): member in LLMNRResponse
Dinet.py421 def answers(self, other): member in IP
544 def answers(self, other): member in TCP
615 def answers(self, other): member in UDP
703 def answers(self, other): member in ICMP
729 def answers(self, other): member in IPerror
746 def answers(self, other): member in TCPerror
767 def answers(self, other): member in UDPerror
782 def answers(self, other): member in ICMPerror
Ddot11.py84 def answers(self, other): member in PrismHeader
148 def answers(self, other): member in Dot11
275 def answers(self, other): member in Dot11Auth
Dl2.py156 def answers(self, other): member in Ether
179 def answers(self, other): member in Dot3
236 def answers(self, other): member in Dot1Q
292 def answers(self, other): member in ARP
Deap.py86 def answers(self, other): member in EAPOL
253 def answers(self, other): member in EAP
Dbluetooth.py140 def answers(self, other): member in L2CAP_CmdHdr
163 def answers(self, other): member in L2CAP_ConnResp
184 def answers(self, other): member in L2CAP_ConfResp
197 def answers(self, other): member in L2CAP_DisconnResp
214 def answers(self, other): member in L2CAP_InfoResp
Dinet6.py499 def answers(self, other): member in IPv6
577 def answers(self, other): member in IPerror6
1411 def answers(self, other): member in _ICMPv6
1494 def answers(self, other): member in ICMPv6EchoReply
2002 def answers(self, other): member in ICMPv6ND_RA
2038 def answers(self, other): member in ICMPv6ND_NA
2130 def answers(self, other): member in _ICMPv6NIAnswers
2590 def answers(self, other): member in ICMPv6HAADReply
2616 def answers(self, other): member in ICMPv6MPAdv
3025 def answers(self, other): member in MIP6MH_HoT
[all …]
Disakmp.py200 def answers(self, other): member in ISAKMP
/external/mockito/src/main/java/org/mockito/internal/stubbing/
DDoAnswerStyleStubbing.java19 private final List<Answer<?>> answers = new ArrayList<Answer<?>>(); field in DoAnswerStyleStubbing
22 void setAnswers(List<Answer<?>> answers, Strictness stubbingStrictness) { in setAnswers()
DStubbedInvocationMatcher.java23 private final Queue<Answer> answers = new ConcurrentLinkedQueue<Answer>(); field in StubbedInvocationMatcher
DStubberImpl.java34 private final List<Answer<?>> answers = new LinkedList<Answer<?>>(); field in StubberImpl
DInvocationContainerImpl.java106 public void setAnswersForStubbing(List<Answer<?>> answers, Strictness strictness) { in setAnswersForStubbing()
/external/scapy/scapy/contrib/
Dwpa_eapol.py41 def answers(self, other): member in WPA_key
Disis.py810 def answers(self, other): member in ISIS_L1_LSP
817 def answers(self, other): member in ISIS_L2_LSP
839 def answers(self, other): member in ISIS_L1_CSNP
846 def answers(self, other): member in ISIS_L2_CSNP
861 def answers(self, other): member in ISIS_L1_PSNP
868 def answers(self, other): member in ISIS_L2_PSNP
Dgtp.py224 def answers(self, other): member in GTPHeader
761 def answers(self, other): member in GTPEchoResponse
783 def answers(self, other): member in GTPCreatePDPContextResponse
Dtacacs.py430 def answers(self, other): member in TacacsHeader
/external/skia/tests/
DPathOpsLineParametetersTest.cpp25 static const double answers[][2] = { variable
/external/skqp/tests/
DPathOpsLineParametetersTest.cpp25 static const double answers[][2] = { variable
/external/autotest/client/cros/netprotos/
Dcros_p2p.py135 def _new_answers(self, answers): argument
/external/python/cpython2/Lib/distutils/tests/
Dtest_register.py44 def __init__(self, *answers):
/external/python/cpython3/Lib/distutils/tests/
Dtest_register.py44 def __init__(self, *answers):
/external/ppp/pppd/plugins/pppoatm/
Dans.c47 int questions,answers; in ans() local

12