Home
last modified time | relevance | path

Searched refs:port (Results 976 - 1000 of 1779) sorted by relevance

1...<<31323334353637383940>>...72

/third_party/skia/modules/pathkit/
H A Dkarma.conf.js30 // web server port
31 port: 4444,
/third_party/selinux/libsepol/include/sepol/
H A Dports.h16 /* 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 Dhttp_server.h26 struct http_server * http_server_init(struct in_addr *addr, int port,
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksNetwork.hpp33 // 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 Dhttp_server.h26 struct http_server * http_server_init(struct in_addr *addr, int port,
/third_party/backends/backend/
H A Dplustek-pp_misc.c14 * - 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 Drpc.h119 /* 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 Desp32.mk99 --port $(ESPPORT) \
106 --port $(ESPPORT) \
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dmbedtls-session.c303 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 Dminimal-ws-raw-proxy.c102 i.port = 1234; in callback_proxy_ws_server()
425 info.port = 7681; in main()
/third_party/node/src/quic/
H A Dtransportparams.cc155 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 Dminimal-ws-client.c142 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 Dzepif.c109 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 Dssl_servers.py127 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.c150 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 Dieee802_1x_kay.h41 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 Dieee802_1x_kay.h41 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 Duri.h38 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 Dminimal-http-server-proxy.c64 info.port = 7681; in main()
/third_party/libwebsockets/minimal-examples/client-server/minimal-ws-proxy/
H A Dminimal-ws-proxy.c84 info.port = 7681; in main()
/third_party/node/test/internet/
H A Dtest-tls-add-ca-cert.js26 port: 443,
/third_party/node/test/parallel/
H A Dtest-http-chunked-304.js48 server.address().port,
H A Dtest-http-header-owstext.js19 const client = net.connect(this.address().port, start);
H A Dtest-http-keep-alive-drop-requests.js25 const socket = net.connect(server.address().port);
H A Dtest-net-persistent-ref-unref.js36 sock.connect(this.address().port);

Completed in 11 milliseconds

1...<<31323334353637383940>>...72