Home
last modified time | relevance | path

Searched defs:port (Results 326 - 350 of 588) sorted by relevance

1...<<11121314151617181920>>...24

/third_party/lwip/src/core/
H A Daltcp.c303 altcp_bind(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port) in altcp_bind() argument
316 altcp_connect(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port, altcp_connected_fn connected) in altcp_connect() argument
478 altcp_get_tcp_addrinfo(struct altcp_pcb *conn, int local, ip_addr_t *addr, u16_t *port) in altcp_get_tcp_addrinfo() argument
552 altcp_default_bind(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port) in altcp_default_bind() argument
661 altcp_default_get_tcp_addrinfo(struct altcp_pcb *conn, int local, ip_addr_t *addr, u16_t *port) altcp_default_get_tcp_addrinfo() argument
[all...]
H A Daltcp_tcp.c259 altcp_tcp_bind(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port) in altcp_tcp_bind() argument
271 altcp_tcp_connect(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port, altcp_connected_fn connected) in altcp_tcp_connect() argument
488 altcp_tcp_get_tcp_addrinfo(struct altcp_pcb *conn, int local, ip_addr_t *addr, u16_t *port) in altcp_tcp_get_tcp_addrinfo() argument
/third_party/lwip/src/netif/ppp/
H A Dpppol2tp.c345 static void pppol2tp_input(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) { in pppol2tp_input() argument
109 pppol2tp_create(struct netif *pppif, struct netif *netif, const ip_addr_t *ipaddr, u16_t port, const u8_t *secret, u8_t secret_len, ppp_link_status_cb_fn link_status_cb, void *ctx_cb) pppol2tp_create() argument
486 pppol2tp_dispatch_control_packet(pppol2tp_pcb *l2tp, u16_t port, struct pbuf *p, u16_t ns, u16_t nr) pppol2tp_dispatch_control_packet() argument
[all...]
/third_party/lwip/test/unit/api/
H A Dtest_sockets.c694 const u16_t port = 1234; in START_TEST() local
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_core.c791 uint16_t port = 13370; in rbug_thread() local
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dhttp_server.c219 BIO *http_server_init_bio(const char *prog, const char *port) in http_server_init_bio() argument
283 http_server_get_asn1_req(const ASN1_ITEM *it, ASN1_VALUE **preq, char **ppath, BIO **pcbio, BIO *acbio, int *found_keep_alive, const char *prog, const char *port, int accept_get, int timeout) http_server_get_asn1_req() argument
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_addr.c102 BIO_ADDR_rawmake(BIO_ADDR *ap, int family, const void *where, size_t wherelen, unsigned short port) BIO_ADDR_rawmake() argument
576 addrinfo_wrap(int family, int socktype, const void *where, size_t wherelen, unsigned short port, BIO_ADDRINFO **bai) addrinfo_wrap() argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dlayout_mbuf_1_0.h88 uint8_t port; /**< Input port. */ member
H A Dlayout_mbuf.h87 uint8_t port; /**< Input port. */ member
/third_party/openssl/crypto/bio/
H A Dbio_addr.c102 BIO_ADDR_rawmake(BIO_ADDR *ap, int family, const void *where, size_t wherelen, unsigned short port) BIO_ADDR_rawmake() argument
576 addrinfo_wrap(int family, int socktype, const void *where, size_t wherelen, unsigned short port, BIO_ADDRINFO **bai) addrinfo_wrap() argument
/third_party/openssl/apps/lib/
H A Dhttp_server.c219 BIO *http_server_init_bio(const char *prog, const char *port) in http_server_init_bio() argument
283 http_server_get_asn1_req(const ASN1_ITEM *it, ASN1_VALUE **preq, char **ppath, BIO **pcbio, BIO *acbio, int *found_keep_alive, const char *prog, const char *port, int accept_get, int timeout) http_server_get_asn1_req() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDevice.cpp160 static auto port = getenv("VK_DEBUGGER_PORT"); local
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Ddemo.c847 unsigned int port; in main() local
H A Ddemo_https.c898 unsigned int port; in main() local
H A Dmhd2spdy_spdy.c847 uint16_t port; in spdy_request() local
575 spdy_socket_connect_to(const char *host, uint16_t port) spdy_socket_connect_to() argument
723 spdy_connect(const struct URI *uri, uint16_t port, bool is_tls) spdy_connect() argument
[all...]
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dapplicationlayer.c325 SPDY_start_daemon (uint16_t port, in SPDY_start_daemon() argument
/third_party/openssl/test/
H A Dhttp_test.c206 char *user, *host, *port, *path, *query, *frag; in test_http_url_ok() local
277 char *host = "1", *port = "1", *path = "1"; in test_http_url_invalid() local
[all...]
/third_party/pulseaudio/src/modules/rtp/
H A Drtp-gstreamer.c91 guint16 port; in init_send_pipeline() local
H A Drtsp_client.c56 uint16_t port; member
85 pa_rtsp_client* pa_rtsp_client_new(pa_mainloop_api *mainloop, const char *hostname, uint16_t port, const char *useragent, bool autoreconnect) { in pa_rtsp_client_new() argument
[all...]
/third_party/toybox/toys/net/
H A Dnetstat.c40 static void addr2str(int af, void *addr, unsigned port, char *buf, int len, in addr2str() argument
/third_party/toybox/toys/pending/
H A Dsyslogd.c242 long port = 514; in open_logfiles() local
H A Dtftp.c69 int port = 69, sd = xsocket(TT.af, SOCK_DGRAM, IPPROTO_UDP); in init_tftp() local
213 read_ack(int sd, uint8_t *packet, struct sockaddr_storage *server, uint16_t *port, uint16_t *blockno) read_ack() argument
387 uint16_t blockno = 1, rblockno, port = 0; file_put() local
[all...]
/third_party/python/Modules/
H A Dsocketmodule.h48 ULONG port; member
/third_party/pulseaudio/src/modules/
H A Dmodule-card-restore.c122 static struct port_info *port_info_new(pa_device_port *port) { in port_info_new() argument
151 pa_device_port *port; in entry_from_card() local
506 port_offset_change_callback(pa_core *c, pa_device_port *port, struct userdata *u) port_offset_change_callback() argument
[all...]
/third_party/pulseaudio/src/modules/raop/
H A Draop-sink.c665 pa_device_port *port; in raop_create_port() local
699 static pa_card *raop_create_card(pa_module *m, pa_device_port *port, pa_card_profile *profile, const char *server, const char *nicename) { in raop_create_card() argument
741 pa_device_port *port; in pa_raop_sink_new() local
[all...]

Completed in 21 milliseconds

1...<<11121314151617181920>>...24