Lines Matching refs:be

29    * This API must be called exactly once the first time that Tethering is requested by
38 * It is assumed to be valid until stopOffload is called.
44 * or even will be, chosen. This API is symmetrical with stopOffload.
54 * be subsequently torn down by the management process. Upon success, the callback registered
55 * in initOffload must be released, and offload must be stopped.
60 * Remarks: Statistics must be reset by this API.
68 * This API may only be called after initOffload and before stopOffload.
87 * Only offloaded statistics must be returned by this API, software stats must not be
101 * The limit must be applied to all traffic on the given upstream interface. This
106 * This API may only be called while offload is occurring on this upstream. The hardware
111 * This limit must replace any previous limit. It may be interpreted as "tell me when
115 * Once the limit is reached, the callback registered in initOffload must be called to indicate
116 * this event and all offload must be stopped. If offload is desired again, the hardware
117 * management process must be completely reprogrammed by calling setUpstreamParameters and
122 * @param limit Bytes limit that can occur before action must be taken
136 * must be stopped.
143 * offload must be stopped.
145 * This API may only be called after initOffload and before stopOffload.
148 * interfaces cannot be different (only known that this can occur during software
149 * xlat, which cannot be offloaded through hardware anyways). If the iface is
150 * null, offload must be stopped.
167 * Configure a downstream interface and prefix in the hardware management process that may be
170 * The prefix may be an IPv4 or an IPv6 address to signify which family can be offloaded from the
177 * downstream interfaces is unaffected and must be forwarded if and only if it was already
180 * If no upstream is currently configured, then these downstream interface and prefixes must be
183 * This API does not replace any previously configured downstreams and must be explictly removed
186 * This API may only be called after initOffload and before stopOffload.
189 * @param prefix Downstream prefix depicting addresses that may be offloaded.
200 * traffic must remain unaffected and must be forwarded if and only if it was already
206 * Remove a downstream prefix that may be forwarded from the hardware management process.
208 * The prefix may be an IPv4 or an IPv6 address. If it was not previously configured using
209 * addDownstream, then this must be a no-op.
211 * This API may only be called after initOffload and before stopOffload.
214 * @param prefix Downstream prefix depicting address that must no longer be offloaded