Searched defs:network (Results 1 - 25 of 119) sorted by last modified time

12345

/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_helpers.c970 * @network: (out) the configured network this object path refers to, if any
972 * Returns: The object path of the network interface this path refers to
974 * For a given object path, decomposes the object path into object id, network,
979 char **network,
1009 if (network && net_part) {
1010 /* Deal with a request for a configured network */
1016 *network = NULL;
1018 *network = os_strdup(net_name);
977 wpas_dbus_new_decompose_object_path(const char *path, int p2p_persistent_group, char **network, char **bssid) argument
H A Ddbus_old.c26 * @network: (out) the configured network this object path refers to, if any
28 * Returns: The object path of the network interface this path refers to
30 * For a given object path, decomposes the object path into object id, network,
33 char * wpas_dbus_decompose_object_path(const char *path, char **network, argument
61 if (network && net_part) {
62 /* Deal with a request for a configured network */
65 *network = NULL;
67 *network = os_strdup(net_name);
102 * wpas_dbus_new_invalid_network_error - Return a new invalid network erro
211 char *network = NULL; local
[all...]
H A Ddbus_old_handlers.c72 * wpas_dbus_global_add_interface - Request registration of a network interface
79 * by dbus clients to register a network interface that wpa_supplicant
203 * by dbus clients to deregister a network interface that wpa_supplicant
248 * by dbus clients for the object path of an specific network interface.
290 * by dbus clients for the object path of an specific network interface.
323 * @wpa_s: wpa_supplicant structure for a network interface
327 * Handler function for "scan" method call of a network device. Requests
343 * @wpa_s: wpa_supplicant structure for a network interface
347 * Handler function for "scanResults" method call of a network device. Returns
371 /* Construct the object path for this network
1080 char *network = NULL; local
[all...]
/external/tcpdump/
H A Dprint-olsr.c131 u_int8_t network[4]; member in struct:olsr_hna4
136 u_int8_t network[16]; member in struct:olsr_hna6
487 i, ip6addr_string(hna6->network),
511 ipaddr_string(ptr.hna->network),
/external/svox/pico/lib/
H A Dpicopr.c338 picokpr_Preproc network,
1304 picokpr_Preproc network, picokpr_OutItemArrOffset outitem, pr_OutItemVarPtr vars, pr_ioItemPtr * first, pr_ioItemPtr * last)
1335 ltype = picokpr_getOutItemType(network, outitem);
1338 if (picokpr_getOutItemVal(network, outitem) == 0) {
1361 if ((picokpr_getOutItemArgOfs(network, outitem) != 0)) {
1362 switch (picokpr_getOutItemType(network, picokpr_getOutItemArgOfs(network, outitem))) {
1364 pr_putItem(this, pr,& (*first),& (*last),PICODATA_ITEM_CMD, lcmd,PICODATA_ITEMINFO2_CMD_ABSOLUTE, picokpr_getOutItemVal(network, picokpr_getOutItemArgOfs(network, outitem)),(picoos_uchar*)"");
1367 lvar = pr_findVariable(vars,picokpr_getOutItemVal(network, picokpr_getOutItemArgOf
1303 pr_genCommands(picodata_ProcessingUnit this, pr_subobj_t * pr, picokpr_Preproc network, picokpr_OutItemArrOffset outitem, pr_OutItemVarPtr vars, pr_ioItemPtr * first, pr_ioItemPtr * last) argument
1669 pr_getOutputItemList(picodata_ProcessingUnit this, pr_subobj_t * pr, picokpr_Preproc network, picokpr_OutItemArrOffset outitem, pr_OutItemVarPtr vars, pr_ioItemPtr * first, pr_ioItemPtr * last) argument
1968 pr_attrVal(picokpr_Preproc network, picokpr_TokArrOffset tok, pr_TokSetEleWP type) argument
2326 pr_findProduction(picodata_ProcessingUnit this, pr_subobj_t * pr, picoos_uchar str[], picokpr_Preproc * network, picokpr_TokArrOffset * tokOfs) argument
[all...]
/external/qemu/android/
H A Dqemu-tcpdump.c53 uint32_t network; member in struct:__anon29167
64 h.network = PCAP_ETHERNET;
/external/ppp/pppd/
H A Dipxcp.h64 bool neg_nn; /* Negotiate IPX network number? */
65 bool req_nn; /* Ask peer to send IPX network number */
73 bool accept_network; /* accept network number */
78 u_int32_t his_network; /* base network number */
79 u_int32_t our_network; /* our value for network number */
80 u_int32_t network; /* the final network number */ member in struct:ipxcp_options
H A Dsys-linux.c1156 * netif_set_mtu - set the MTU on the PPP network interface.
1172 * netif_get_mtu - get the MTU on the PPP network interface.
1560 * a given IP address. `addr' is in network byte order.
1834 * network interface device.
1867 * for address `addr' (in network byte order).
1870 * network as `addr'. If we find any, we OR in their netmask to the
1883 if (IN_CLASSA(addr)) /* determine network mask for address class */
1893 * Scan through the system's network interfaces.
2698 int sipxfaddr (int unit, unsigned long int network, unsigned char * node )
2720 sipx->sipx_network = htonl (network);
2697 sipxfaddr(int unit, unsigned long int network, unsigned char * node ) argument
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DHttpResponseCache.java76 * number of those requests that required network use.
84 * valid. Such responses increment both the network count and hit count.
240 @Override public void update(Response cached, Response network) { argument
241 Entry entry = new Entry(network);
H A DOkResponseCache.java40 * with the headers from {@code network}. The cached response body is not
44 void update(Response cached, Response network) throws IOException; argument
H A DResponse.java146 * Returns the raw response received from the network. Will be null if this
147 * response didn't use the network, such as when the response is fully cached.
157 * response and network response may both be non-null. The body of the
192 * network response should be used.
195 public boolean validate(Response network) { argument
196 if (network.code() == HttpURLConnection.HTTP_NOT_MODIFIED) {
200 // The HTTP spec says that if the network's response is older than our
203 ParsedHeaders networkHeaders = network.parsedHeaders();
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DResponseCacheAdapter.java74 public void update(Response cached, Response network) throws IOException { argument
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DHttpResponseCacheTest.java2124 @Override public void update(Response cached, Response network) throws IOException { argument
/external/ipsec-tools/src/racoon/
H A Disakmp_unity.c210 struct unity_network *network = (struct unity_network *)(attr + 1); local
223 &network[index],
237 &network[index],
269 struct unity_network * network; local
286 network = (struct unity_network *)(new + 1);
289 memcpy(&network[index],
290 &netentry->network,
293 inet_ntop(AF_INET, &netentry->network.addr4, tmp1, 40);
294 inet_ntop(AF_INET, &netentry->network.mask4, tmp2, 40);
303 int splitnet_list_add(list, network, coun
[all...]
H A Disakmp_unity.h65 struct unity_network network; member in struct:unity_netentry
/external/chromium_org/third_party/webrtc/test/
H A Drtp_file_reader.cc270 // Since we're dealing with raw network data here, we will wrongly identify
357 uint32_t network; // Data link type. local
361 TRY_PCAP(Read(&network, false));
365 if (network != kLinktypeNull && network != kLinktypeEthernet) {
/external/chromium_org/third_party/webrtc/tools/e2e_quality/audio/
H A Daudio_e2e_harness.cc44 VoENetwork* network = VoENetwork::GetInterface(voe); local
45 ASSERT_TRUE(network != NULL);
52 new VoiceChannelTransport(network, channel));
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/automated/
H A Dvie_video_verification_test.cc125 NetworkParameters network; member in struct:__anon16203::ParameterizedFullStackTest::TestParameters
146 parameter_table_[i].network.loss_model = kUniformLoss;
147 parameter_table_[i].network.packet_loss_rate = 0;
148 parameter_table_[i].network.burst_length = -1;
149 parameter_table_[i].network.mean_one_way_delay = 0;
150 parameter_table_[i].network.std_dev_one_way_delay = 0;
164 parameter_table_[i].network.loss_model = kUniformLoss;
165 parameter_table_[i].network.packet_loss_rate = 5;
166 parameter_table_[i].network.burst_length = -1;
167 parameter_table_[i].network
270 const NetworkParameters network = parameter_table_[GetParam()].network; local
[all...]
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
H A Dframedrop_primitives.cc161 const NetworkParameters& network,
170 webrtc::ViENetwork *network_interface = interfaces.network;
187 // Configure External transport to simulate network interference:
188 TbExternalTransport external_transport(*interfaces.network, video_channel,
190 external_transport.SetNetworkParameters(network);
236 const int one_way_delay_99_percentile = network.mean_one_way_delay +
237 3 * network.std_dev_one_way_delay;
250 // based on network statistics etc. We don't have access to that value here.
471 ViETest::Log(" (incl network)"
472 "(excl network)");
155 TestFullStack(const TbInterfaces& interfaces, int capture_id, int video_channel, int width, int height, int bit_rate_kbps, const NetworkParameters& network, FrameDropDetector* frame_drop_detector, ViEToFileRenderer* remote_file_renderer, ViEToFileRenderer* local_file_renderer) argument
[all...]
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_codec.cc150 webrtc::ViENetwork* network = interfaces.network; local
195 new webrtc::test::VideoChannelTransport(network, video_channel));
304 webrtc::ViENetwork* network = interfaces.network; local
341 new webrtc::test::VideoChannelTransport(network, video_channel));
373 webrtc::ViENetwork* network = video_engine.network; local
392 new webrtc::test::VideoChannelTransport(network, video_channel_1));
400 new webrtc::test::VideoChannelTransport(network, video_channel_
[all...]
H A Dvie_autotest_loopback.cc556 NetworkParameters network; local
557 network.loss_model = kUniformLoss;
562 network.packet_loss_rate = atoi(rate_str.c_str());
563 if (network.packet_loss_rate > 0) {
567 // Set network delay value
568 std::cout << "Enter network delay value [mS]" << std::endl;
571 network.mean_one_way_delay = atoi(delay_str.c_str());
572 extTransport->SetNetworkParameters(network);
H A Dvie_autotest_rtp_rtcp.cc105 TbExternalTransport myTransport(*(ViE.network), tbChannel.videoChannel,
108 ViE.network->DeregisterSendTransport(tbChannel.videoChannel);
109 EXPECT_EQ(0, ViE.network->RegisterSendTransport(
185 NetworkParameters network; local
186 network.packet_loss_rate = 0;
187 network.loss_model = kUniformLoss;
188 myTransport.SetNetworkParameters(network);
242 network.packet_loss_rate = kPacketLossRate;
243 network.loss_model = kUniformLoss;
244 myTransport.SetNetworkParameters(network);
[all...]
H A Dvie_autotest_simulcast.cc427 // Set network one-way delay value.
429 NetworkParameters network; local
430 network.loss_model = kUniformLoss;
431 network.mean_one_way_delay = 10;
432 ext_transport.SetNetworkParameters(network);
H A Dvie_file_based_comparison_tests.cc69 interfaces.base, interfaces.network, interfaces.rtp_rtcp,
94 const NetworkParameters& network,
122 bit_rate_kbps, network, frame_drop_detector,
88 TestFullStack( const std::string& i420_video_file, int width, int height, int bit_rate_kbps, ProtectionMethod protection_method, const NetworkParameters& network, ViEToFileRenderer* local_file_renderer, ViEToFileRenderer* remote_file_renderer, FrameDropDetector* frame_drop_detector) argument
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
H A Dtb_interfaces.h43 webrtc::ViENetwork* network; member in class:TbInterfaces

Completed in 3480 milliseconds

12345