Searched refs:discovery (Results 1 – 25 of 32) sorted by relevance
12
/external/ppp/pppd/plugins/rp-pppoe/ |
D | Makefile.linux | 29 all: rp-pppoe.so pppoe-discovery 31 pppoe-discovery: libplugin.a pppoe-discovery.o 32 $(CC) -o pppoe-discovery pppoe-discovery.o libplugin.a 34 pppoe-discovery.o: pppoe-discovery.c 35 $(CC) $(CFLAGS) '-DVERSION="$(VERSION)"' -c -o pppoe-discovery.o pppoe-discovery.c 44 $(INSTALL) -s -c -m 555 pppoe-discovery $(BINDIR) 52 libplugin.a: discovery.o if.o common.o debug.o 55 discovery.o: discovery.c 56 $(CC) $(CFLAGS) '-DVERSION="$(VERSION)"' -c -o discovery.o -fPIC discovery.c
|
D | pppoe-discovery.c | 83 discovery(conn); in main()
|
D | pppoe.h | 306 void discovery(PPPoEConnection *conn);
|
D | plugin.c | 145 discovery(conn); in PPPOEConnectDevice()
|
D | discovery.c | 577 discovery(PPPoEConnection *conn) in discovery() function
|
/external/bluetooth/bluez/doc/ |
D | adapter-api.txt | 58 This method starts the device discovery session. This 74 Note that a discovery procedure is shared between all 75 discovery sessions thus calling StopDiscovery will only 193 only appear during a device discovery. 204 a periodic discovery finishes and previously found 277 Indicates that a device discovery procedure is active.
|
D | device-api.txt | 36 This method starts the service discovery to retrieve
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-P2P | 95 Stop ongoing P2P device discovery or other operation (connect, listen 106 Send P2P provision discovery request to the specified peer. The 161 discovery of the peer. 177 Schedule a P2P service discovery request. The parameters for this 180 supports service discovery) and P2P Service Query TLV(s) as hexdump. For 186 discovery protocols and requests this to be sent to all discovered 188 requests are sent during device discovery (see p2p_find). 200 single query TLV (i.e., a service discovery for a specific UPnP 238 Cancel a pending P2P service discovery request. This command takes a 244 Reply to a service discovery query. This command takes following [all …]
|
/external/bluetooth/bluez/ |
D | ChangeLog | 11 Fix issue with disconnect after primary service discovery. 18 Fix issue with missing discovery signal when scanning. 44 Fix issue with name resolving when discovery is suspended. 69 Fix issue with duplicate characteristics after discovery. 99 Update support for primary service discovery. 127 Fix regression with Low Energy and interleave discovery. 174 Add support for Add BR/EDR and LE interleaved discovery. 205 Fix issue where discovery could interfere with bonding. 372 Fix discovery mode for CUPS 1.4.x and later. 397 Fix discovery results of CUPS backend. [all …]
|
D | TODO | 103 characteristic shall be integrated/used in the discovery procedure. The 165 and characteristics discovery functions return the ATT PDU and the caller 194 - Add sdp discovery support to gattool with BR (--sdp, default is 0x1f) 225 - Device discovery support (both for BR/EDR & LE)
|
D | Makefile.tools | 205 test/test-discovery test/test-manager test/test-adapter \
|
/external/gtest/ |
D | README.android | 8 the xUnit architecture. Supports automatic test discovery, a rich set
|
D | README | 9 Supports automatic test discovery, a rich set of assertions, user-defined
|
/external/ipsec-tools/src/racoon/doc/ |
D | README.plainrsa | 13 it would be for potential attacker to conduct brute-force discovery of
|
/external/chromium/sdch/open-vcdiff/src/gtest/ |
D | README | 15 Supports automatic test discovery, a rich set of assertions, user-defined
|
/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/llvm/docs/CommandGuide/ |
D | lit.pod | 171 of I<test discovery>.
|
/external/protobuf/gtest/ |
D | README | 9 Supports automatic test discovery, a rich set of assertions, user-defined
|
/external/chromium/testing/gtest/ |
D | README | 11 xUnit architecture. Supports automatic test discovery, a rich set of
|
/external/iproute2/doc/ |
D | ip-tunnels.tex | 249 with this option: tunnels with fixed ttl always make pmtu discovery.
|
/external/dbus/ |
D | NEWS.pre-1-0 | 414 - add dynamic service file discovery/reloading
|
/external/dnsmasq/ |
D | CHANGELOG.archive | 692 discovery code. The flags field in /proc/net/if_inet6 is 1295 Reworked the Linux interface discovery code (again) to 1311 Tweaked the Linux-only interface discovery code to cope 2442 Disable path-MTU discovery on DHCP and TFTP sockets. This
|
D | FAQ | 20 Second addendum: following the discovery of a security flaw in the
|
/external/tcpdump/ |
D | CHANGES | 487 - Decode icmp router discovery messages. Thanks to Jeffrey Honig
|
/external/wpa_supplicant_8/hostapd/ |
D | ChangeLog | 445 (e.g., to implement draft-adrange-eap-network-discovery-07.txt)
|
12