Searched refs:options (Results 1 – 5 of 5) sorted by relevance
/kernel/tests/net/test/ |
D | multinetwork_test.py | 305 options=[scapy.PadN(optdata="\x00\x00\x00\x00\x00\x00"), 625 options = scapy.ICMPv6NDOptRouteInfo(rtlifetime=rtlifetime, plen=plen, 627 self.SendRA(self.NETID, options=(options,)) 887 options = scapy.ICMPv6NDOptRouteInfo(rtlifetime=rtlifetime, plen=plen, 889 self.SendRA(self.NETID, options=(options,)) 904 self.SendRA(netid, options=(opt.Pack(),))
|
D | multinetwork_base.py | 231 def SendRA(cls, netid, retranstimer=None, reachabletime=0, options=()): argument 257 for option in options: 655 actualtcp.options = expectedtcp.options
|
D | tcp_fastopen_test.py | 84 syn.getlayer("TCP").options = [(TCPOPT_FASTOPEN, "")] 92 synack.getlayer("TCP").options = [ 117 t.options = [ (TCPOPT_FASTOPEN, "helloT"), ("NOP", None), ("NOP", None)]
|
D | all_tests.sh | 32 all_tests.sh [options] 34 options:
|
/kernel/configs/ |
D | README.md | 35 options. These types of constraints cannot be expressed with a simple kernel 41 release, it means there are no required kernel config options for Android 59 way to enable these options would be to use the aforementioned
|