Home | History | Annotate | Download | only in android

Lines Matching full:network

27  * The corresponding C type for android.net.Network#getNetworkHandle() return
38 * The value NETWORK_UNSPECIFIED indicates no specific network.
44 * not used to indicate some notion of the "current default network".
56 * Set the network to be used by the given socket file descriptor.
62 * [ android.net.Network#bindSocket() ]
63 * https://developer.android.com/reference/android/net/Network.html#bindSocket(java.net.Socket)
65 int android_setsocknetwork(net_handle_t network, int fd);
69 * Binds the current process to |network|. All sockets created in the future
71 * |network|. All host name resolutions will be limited to |network| as well.
72 * Note that if the network identified by |network| ever disconnects, all
75 * accidentally use sockets it thinks are still bound to a particular network.
82 * https://developer.android.com/reference/android/net/ConnectivityManager.html#setProcessDefaultNetwork(android.net.Network)
84 int android_setprocnetwork(net_handle_t network);
88 * Perform hostname resolution via the DNS servers associated with |network|.
90 * All arguments (apart from |network|) are used identically as those passed
100 * [ android.net.Network#getAllByName() ]
101 * https://developer.android.com/reference/android/net/Network.html#getAllByName(java.lang.String)
103 int android_getaddrinfofornetwork(net_handle_t network,