/third_party/skia/modules/pathkit/ |
H A D | karma.conf.js | 30 // web server port 31 port: 4444,
|
/third_party/selinux/libsepol/include/sepol/ |
H A D | ports.h | 16 /* Check if a port exists */ 21 /* Query a port - returns the port, or NULL if not found */ 27 /* Modify a port, or add it, if the key is not found */ 41 int (*fn) (const sepol_port_t * port,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | http_server.h | 26 struct http_server * http_server_init(struct in_addr *addr, int port,
|
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
H A D | vksNetwork.hpp | 33 // Conver string (for example "192.168.0.1:59333") to host and port 34 void StringToAddress (const string& str, string& host, int& port );
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | http_server.h | 26 struct http_server * http_server_init(struct in_addr *addr, int port,
|
/third_party/backends/backend/ |
H A D | plustek-pp_misc.c | 14 * - for selecting the port-mode this driver uses 181 /** in USER-Mode: probe the specified port and try to get the port-mode 184 _LOC int MiscInitPorts( pScanData ps, int port ) in MiscInitPorts() 192 DBG( DBG_HIGH, "Cannot get port mode!\n" ); in MiscInitPorts() 229 _VAR_NOT_USED( port ); in MiscInitPorts() 233 /** Function to restore the port 310 /** registers this driver to use port "portAddr" (KERNEL-Mode only) 316 DBG( DBG_LOW, "Assigning port handle %i\n", portAddr ); in MiscRegisterPort() 323 /** unregisters the port fro [all...] |
/third_party/NuttX/fs/nfs/ |
H A D | rpc.h | 119 /* There is an argument we can set in nfs server influences the port number we can use. 120 * When it is "secure", nfs use port number under 1024. 121 * When it is "insecure", nfs use port number over 1024. 222 uint32_t port; member 227 uint32_t port; member
|
/third_party/libwebsockets/scripts/ |
H A D | esp32.mk | 99 --port $(ESPPORT) \ 106 --port $(ESPPORT) \
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
H A D | mbedtls-session.c | 303 lws_tls_session_dump_save(struct lws_vhost *vh, const char *host, uint16_t port, in lws_tls_session_dump_save() argument 313 lws_tls_session_dump_load(struct lws_vhost *vh, const char *host, uint16_t port, in lws_tls_session_dump_load() argument
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-raw-proxy/ |
H A D | minimal-ws-raw-proxy.c | 102 i.port = 1234; in callback_proxy_ws_server() 425 info.port = 7681; in main()
|
/third_party/node/src/quic/ |
H A D | transportparams.cc | 155 params_.preferred_address.ipv4_port = address.port(); in SetPreferredAddress() 164 params_.preferred_address.ipv6_port = address.port(); in SetPreferredAddress()
|
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-tx/ |
H A D | minimal-ws-client.c | 142 vhd->i.port = 7681; in sul_connect_attempt() 321 info.port = CONTEXT_PORT_NO_LISTEN; /* we do not run any server */ in main()
|
/third_party/lwip/src/netif/ |
H A D | zepif.c | 109 const ip_addr_t *addr, u16_t port) in zepif_udp_recv() 119 LWIP_UNUSED_ARG(port); in zepif_udp_recv() 108 zepif_udp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) zepif_udp_recv() argument
|
/third_party/python/Lib/test/ |
H A D | ssl_servers.py | 127 self.port = self.server.server_port 176 parser.add_argument('-p', '--port', type=int, default=4433, 177 help='port to listen on (default: %(default)s)') 206 server = HTTPSServer(("", args.port), handler_class, context) 208 print("Listening on https://localhost:{0.port}".format(args))
|
/third_party/python/Modules/ |
H A D | _scproxy.c | 150 int32_t port = cfnum_to_int32(aNum); in set_proxy() local 152 h, (long)port); in set_proxy()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/ |
H A D | ieee802_1x_kay.h | 41 be16 port; member 243 u16 port, u8 priority, const char *ifname, const u8 *addr);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/ |
H A D | ieee802_1x_kay.h | 41 be16 port; member 243 u16 port, u8 priority, const char *ifname, const u8 *addr);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
H A D | uri.h | 38 uint16_t port; /**< The port in host byte order */ member 82 * port which is set to @c COAP_DEFAULT_PORT. This function returns @p 0 if
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-proxy/ |
H A D | minimal-http-server-proxy.c | 64 info.port = 7681; in main()
|
/third_party/libwebsockets/minimal-examples/client-server/minimal-ws-proxy/ |
H A D | minimal-ws-proxy.c | 84 info.port = 7681; in main()
|
/third_party/node/test/internet/ |
H A D | test-tls-add-ca-cert.js | 26 port: 443,
|
/third_party/node/test/parallel/ |
H A D | test-http-chunked-304.js | 48 server.address().port,
|
H A D | test-http-header-owstext.js | 19 const client = net.connect(this.address().port, start);
|
H A D | test-http-keep-alive-drop-requests.js | 25 const socket = net.connect(server.address().port);
|
H A D | test-net-persistent-ref-unref.js | 36 sock.connect(this.address().port);
|