Home
last modified time | relevance | path

Searched refs:discovery (Results 1 – 25 of 48) sorted by relevance

12

/external/ppp/pppd/plugins/rp-pppoe/
DMakefile.linux30 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 …]
Dpppoe-discovery.c614 discovery(PPPoEConnection *conn) in discovery() function
691 discovery(conn); in main()
Dpppoe.h286 void discovery(PPPoEConnection *conn);
Dplugin.c187 discovery(conn); in PPPOEConnectDevice()
Ddiscovery.c629 discovery(PPPoEConnection *conn) in discovery() function
/external/llvm/utils/lit/tests/
Dunittest-adaptor.py13 import lit.discovery
16 unittest_suite = lit.discovery.load_test_suite([input_path])
/external/llvm/utils/lit/tests/Inputs/exec-discovery/
Dlit.site.cfg1 # 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/
Dlit.cfg7 config.name = 'exec-discovery-in-tree-suite'
/external/llvm/utils/lit/tests/Inputs/discovery/
Dlit.cfg8 # ../exec-discovery).
/external/libvpx/libvpx/third_party/googletest/
DREADME.libvpx9 xUnit architecture. Supports automatic test discovery, a rich set of
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-P2P126 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/
Dlit.rst19 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/
Dmain.py17 import lit.discovery
288 lit.discovery.find_tests_for_inputs(litConfig, inputs))
/external/iputils/doc/
Drdisc.sgml11 <refpurpose>network router discovery daemon</refpurpose>
62 Server side of router discovery protocol is supported by Cisco IOS
/external/llvm/utils/lit/
DTODO14 the formats on discovery implementation).
24 * The test format doesn't have full control over the discovery of tests in
/external/libpng/
DANNOUNCE58 implementation of the ARM NEON discovery function to be set at
/external/linux-tools-perf/src/tools/perf/Documentation/
Dexamples.txt9 First, discovery/enumeration of available counters can be done via
/external/mdnsresponder/mDNSPosix/
Dnss_ReadMe.txt121 DNS service discovery and link-local
DReadMe.txt268 Consequently, the code will attempt service discovery on the loopback
/external/lldb/test/
DREADME-TestSuite102 discovery. unittest2 allows you to use these features with earlier versions of
/external/ipsec-tools/src/racoon/doc/
DREADME.plainrsa13 it would be for potential attacker to conduct brute-force discovery of
/external/ltrace/
DTODO6 ** Automatic prototype discovery:
/external/iptables/utils/
Dpf.os71 # discovery. Others do not bother.
173 # disable PMTU discovery, change MTU and so on. Always compare a new rule
/external/tagsoup/
DREADME140 1.1 VMs. Thanks to Thorbj�rn Vinne for this discovery.
/external/lldb/docs/testsuite/
Da-detailed-walkthrough.txt3 test driver uses for discovery of tests. As to TestSettings.py, it defines a

12