Searched refs:discovery (Results 1 – 25 of 48) sorted by relevance
12
/external/ppp/pppd/plugins/rp-pppoe/ |
D | Makefile.linux | 30 all: rp-pppoe.so pppoe-discovery 32 pppoe-discovery: pppoe-discovery.o debug.o 33 $(CC) -o pppoe-discovery pppoe-discovery.o debug.o 35 pppoe-discovery.o: pppoe-discovery.c 36 $(CC) $(CFLAGS) -c -o pppoe-discovery.o pppoe-discovery.c 41 rp-pppoe.so: plugin.o discovery.o if.o common.o 42 $(CC) -o rp-pppoe.so -shared plugin.o discovery.o if.o common.o 48 $(INSTALL) -s -c -m 555 pppoe-discovery $(BINDIR) 51 rm -f *.o *.so pppoe-discovery 56 discovery.o: discovery.c [all …]
|
D | pppoe-discovery.c | 614 discovery(PPPoEConnection *conn) in discovery() function 691 discovery(conn); in main()
|
D | pppoe.h | 286 void discovery(PPPoEConnection *conn);
|
D | plugin.c | 187 discovery(conn); in PPPOEConnectDevice()
|
D | discovery.c | 629 discovery(PPPoEConnection *conn) in discovery() function
|
/external/llvm/utils/lit/tests/ |
D | unittest-adaptor.py | 13 import lit.discovery 16 unittest_suite = lit.discovery.load_test_suite([input_path])
|
/external/llvm/utils/lit/tests/Inputs/exec-discovery/ |
D | lit.site.cfg | 1 # Load the discovery suite, but with a separate exec root. 4 config.test_source_root = os.path.join(os.path.dirname(config.test_exec_root), "discovery")
|
/external/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/ |
D | lit.cfg | 7 config.name = 'exec-discovery-in-tree-suite'
|
/external/llvm/utils/lit/tests/Inputs/discovery/ |
D | lit.cfg | 8 # ../exec-discovery).
|
/external/libvpx/libvpx/third_party/googletest/ |
D | README.libvpx | 9 xUnit architecture. Supports automatic test discovery, a rich set of
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-P2P | 126 Stop ongoing P2P device discovery or other operation (connect, listen 137 Send P2P provision discovery request to the specified peer. The 216 This command starts provision discovery with the P2PS enabled peer device. 241 This command sends a provision discovery response from responder side. 273 discovery of the peer. 367 Schedule a P2P service discovery request. The parameters for this 370 supports service discovery) and P2P Service Query TLV(s) as hexdump. For 376 discovery protocols and requests this to be sent to all discovered 378 requests are sent during device discovery (see p2p_find). 402 single query TLV (i.e., a service discovery for a specific UPnP [all …]
|
/external/llvm/docs/CommandGuide/ |
D | lit.rst | 19 search for tests (see :ref:`test-discovery`). 174 .. _test-discovery: 182 as part of *test discovery*. 259 As described in :ref:`test-discovery`, tests are always located inside a *test
|
/external/llvm/utils/lit/lit/ |
D | main.py | 17 import lit.discovery 288 lit.discovery.find_tests_for_inputs(litConfig, inputs))
|
/external/iputils/doc/ |
D | rdisc.sgml | 11 <refpurpose>network router discovery daemon</refpurpose> 62 Server side of router discovery protocol is supported by Cisco IOS
|
/external/llvm/utils/lit/ |
D | TODO | 14 the formats on discovery implementation). 24 * The test format doesn't have full control over the discovery of tests in
|
/external/libpng/ |
D | ANNOUNCE | 58 implementation of the ARM NEON discovery function to be set at
|
/external/linux-tools-perf/src/tools/perf/Documentation/ |
D | examples.txt | 9 First, discovery/enumeration of available counters can be done via
|
/external/mdnsresponder/mDNSPosix/ |
D | nss_ReadMe.txt | 121 DNS service discovery and link-local
|
D | ReadMe.txt | 268 Consequently, the code will attempt service discovery on the loopback
|
/external/lldb/test/ |
D | README-TestSuite | 102 discovery. unittest2 allows you to use these features with earlier versions of
|
/external/ipsec-tools/src/racoon/doc/ |
D | README.plainrsa | 13 it would be for potential attacker to conduct brute-force discovery of
|
/external/ltrace/ |
D | TODO | 6 ** Automatic prototype discovery:
|
/external/iptables/utils/ |
D | pf.os | 71 # discovery. Others do not bother. 173 # disable PMTU discovery, change MTU and so on. Always compare a new rule
|
/external/tagsoup/ |
D | README | 140 1.1 VMs. Thanks to Thorbj�rn Vinne for this discovery.
|
/external/lldb/docs/testsuite/ |
D | a-detailed-walkthrough.txt | 3 test driver uses for discovery of tests. As to TestSettings.py, it defines a
|
12