HomeSort by relevance Sort by last modified time
    Searched refs:network (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/iproute2/ip/
routel 18 while read network rest
27 case $network in
28 broadcast|local|unreachable) via=$network
29 network=$1
40 echo "$network $via $src $proto $scope $dev $table"
46 { network=$1;
48 if(match(network,"/"))
49 { mask=" "substr(network,RSTART+1);
50 network=substr(network,0,RSTART)
    [all...]
  /external/wpa_supplicant/examples/
plaintext.conf 1 # Plaintext (no encryption) network
5 network={
6 ssid="example open network"
ieee8021x.conf 5 network={
6 ssid="example 802.1x network"
wep.conf 5 network={
6 ssid="example wep network"
wpa-psk-tkip.conf 5 network={
6 ssid="example wpa-psk network"
wpa2-eap-ccmp.conf 5 network={
6 ssid="example wpa2-eap network"
  /external/wpa_supplicant_6/wpa_supplicant/examples/
plaintext.conf 1 # Plaintext (no encryption) network
5 network={
6 ssid="example open network"
ieee8021x.conf 5 network={
6 ssid="example 802.1x network"
wep.conf 5 network={
6 ssid="example wep network"
wpa-psk-tkip.conf 5 network={
6 ssid="example wpa-psk network"
wpa2-eap-ccmp.conf 5 network={
6 ssid="example wpa2-eap network"
openCryptoki.conf 22 network={
23 ssid="test network"
28 # use OpenSSL PKCS#11 engine for this network
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant.conf 19 # file whenever configuration is changed (e.g., new network block is added with
26 # global configuration (shared by all network blocks)
46 # possible to run wpa_supplicant as root (since it needs to change network
49 # change the network configuration, this access needs to be protected in many
101 # the network blocks in the configuration file are tried one by one until
102 # the driver reports successful association; each network block should have
127 # loaded here before being used in the network blocks. By default, EAP methods
186 # 6-0050F204-1 (Network Infrastructure / AP)
201 # network block
203 # Each network (usually AP's sharing the same SSID) is configured as a separat
    [all...]
  /external/bluetooth/bluez/test/
test-network 42 network = dbus.Interface(bus.get_object("org.bluez", device), variable
43 "org.bluez.Network")
45 iface = network.Connect(service)
57 network.Disconnect()
  /external/ipsec-tools/src/racoon/
isakmp_unity.c 210 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, count
    [all...]
isakmp_unity.h 63 struct unity_network network; member in struct:unity_netentry
  /external/bluetooth/bluez/network/
main.c 58 BLUETOOTH_PLUGIN_DEFINE(network, VERSION,
  /external/ppp/pppd/
ipxcp.h 48 #define IPX_NETWORK_NUMBER 1 /* IPX Network Number */
64 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
  /external/dnsmasq/src/
Android.mk 7 netlink.c network.c option.c rfc1035.c rfc2131.c tftp.c util.c
  /external/webkit/LayoutTests/http/tests/appcache/resources/
offline-access.js 9 req.open("GET", "/resources/network-simulator.php?path=/appcache/resources/simple.txt", false);
  /external/qemu/
tcpdump.c 53 uint32_t network; member in struct:__anon6602
64 h.network = PCAP_ETHERNET;
  /external/svox/pico/lib/
picopr.c 338 picokpr_Preproc network,
    [all...]
  /build/target/product/
generic_x86.mk 31 # network connection so that you can use it with ADB
  /external/quake/quake/src/WinQuake/
net_ipx.cpp 57 byte network[4]; member in struct:__anon7161
480 Q_memcpy(&((struct sockaddr_ipx *)addr)->sipx_addr, rcvbuf->header.source.network, sizeof(IPXaddr));
501 Q_memset(addr.sipx_addr.network, 0x00, 4);
581 ((struct sockaddr_ipx *)addr)->sipx_addr.network[0],
582 ((struct sockaddr_ipx *)addr)->sipx_addr.network[1],
583 ((struct sockaddr_ipx *)addr)->sipx_addr.network[2],
584 ((struct sockaddr_ipx *)addr)->sipx_addr.network[3],
614 DO(0, network[0]);
615 DO(2, network[1]);
616 DO(4, network[2]);
    [all...]
  /external/dnsmasq/bld/
Makefile 3 OBJS = cache.o rfc1035.o util.o option.o forward.o network.o \

Completed in 944 milliseconds

1 2 3