Home
last modified time | relevance | path

Searched refs:adapter (Results 1 – 5 of 5) sorted by relevance

/lib/mbedtls/external/mbedtls/scripts/
A Dconfig.py130 def adapt(self, adapter): argument
322 def crypto_adapter(adapter): argument
331 if adapter is None:
333 return adapter(name, active, section)
339 def no_deprecated_adapter(adapter): argument
351 if adapter is None:
353 return adapter(name, active, section)
356 def no_platform_adapter(adapter): argument
367 if adapter is None:
369 return adapter(name, active, section)
[all …]
/lib/lwip/lwip/contrib/ports/win32/
A Dpcapif.c187 pcap_t *adapter; member
454 return adapter; in pcapif_open_adapter()
463 if (pa->adapter != NULL) { in pcap_reopen_adapter()
464 pcap_close(pa->adapter); in pcap_reopen_adapter()
465 pa->adapter = NULL; in pcap_reopen_adapter()
472 if (pa->adapter == NULL) { in pcap_reopen_adapter()
618 if (pa->adapter == NULL) { in pcapif_init_adapter()
680 if (pa->adapter) { in pcapif_shutdown()
681 pcap_breakloop(pa->adapter); in pcapif_shutdown()
682 pcap_close(pa->adapter); in pcapif_shutdown()
[all …]
A Dreadme.txt14 'contrib/examples/example_app/lwipcfg.h' and modify to suit your needs (WinPcap adapter number,
/lib/lwip/lwip/contrib/examples/example_app/
A Dlwipcfg.h.ci10 /** Define this to the index of the windows network adapter to use */
12 /** Define this to the GUID of the windows network adapter to use
A Dlwipcfg.h.example10 /** Define this to the index of the windows network adapter to use */
12 /** Define this to the GUID of the windows network adapter to use

Completed in 16 milliseconds