Searched refs:macNull (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/ |
H A D | IpServerTest.java | 996 final MacAddress macNull = MacAddress.fromString("00:00:00:00:00:00"); in addRemoveipv6ForwardingRules() local 1037 mIpServer, makeForwardingRule(UPSTREAM_IFINDEX, neighA, macNull)); in addRemoveipv6ForwardingRules() 1039 UPSTREAM_IFINDEX, UPSTREAM_IFACE_PARAMS.macAddr, neighA, macNull); in addRemoveipv6ForwardingRules() 1046 mIpServer, makeForwardingRule(UPSTREAM_IFINDEX, neighB, macNull)); in addRemoveipv6ForwardingRules() 1048 UPSTREAM_IFINDEX, UPSTREAM_IFACE_PARAMS.macAddr, neighB, macNull); in addRemoveipv6ForwardingRules() 1154 final MacAddress macNull = MacAddress.fromString("00:00:00:00:00:00"); in enableDisableUsingBpfOffload() local 1179 mIpServer, makeForwardingRule(UPSTREAM_IFINDEX, neigh, macNull)); in enableDisableUsingBpfOffload() 1181 UPSTREAM_IFINDEX, UPSTREAM_IFACE_PARAMS.macAddr, neigh, macNull); in enableDisableUsingBpfOffload()
|