HomeSort by: relevance | last modified time | path
    Searched defs:endpoint (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/external/ibm-public/postfix/dist/src/util/
stream_recv_fd.c 86 char *endpoint; local
94 || (endpoint = split_at(transport = argv[1], ':')) == 0
95 || *endpoint == 0 || *transport == 0)
96 msg_fatal("usage: %s transport:endpoint", argv[0]);
99 listen_sock = stream_listen(endpoint, BLOCKING, 0);
104 msg_fatal("listen %s:%s: %m", transport, endpoint);
stream_send_fd.c 86 char *endpoint; local
92 || (endpoint = split_at(transport = argv[1], ':')) == 0
93 || *endpoint == 0 || *transport == 0)
94 msg_fatal("usage: %s transport:endpoint file...", argv[0]);
97 server_sock = stream_connect(endpoint, BLOCKING, 0);
102 msg_fatal("connect %s:%s: %m", transport, endpoint);
unix_recv_fd.c 143 char *endpoint; local
151 || (endpoint = split_at(transport = argv[1], ':')) == 0
152 || *endpoint == 0 || *transport == 0)
153 msg_fatal("usage: %s transport:endpoint [workaround]", argv[0]);
156 listen_sock = unix_listen(endpoint, 10, BLOCKING);
161 msg_fatal("listen %s:%s: %m", transport, endpoint);
unix_send_fd.c 168 char *endpoint; local
176 || (endpoint = split_at(transport = argv[1], ':')) == 0
177 || *endpoint == 0 || *transport == 0)
178 msg_fatal("usage: %s transport:endpoint file...", argv[0]);
181 server_sock = unix_connect(endpoint, BLOCKING, 0);
186 msg_fatal("connect %s:%s: %m", transport, endpoint);
stream_recv_fd.c 86 char *endpoint; local
94 || (endpoint = split_at(transport = argv[1], ':')) == 0
95 || *endpoint == 0 || *transport == 0)
96 msg_fatal("usage: %s transport:endpoint", argv[0]);
99 listen_sock = stream_listen(endpoint, BLOCKING, 0);
104 msg_fatal("listen %s:%s: %m", transport, endpoint);
stream_send_fd.c 86 char *endpoint; local
92 || (endpoint = split_at(transport = argv[1], ':')) == 0
93 || *endpoint == 0 || *transport == 0)
94 msg_fatal("usage: %s transport:endpoint file...", argv[0]);
97 server_sock = stream_connect(endpoint, BLOCKING, 0);
102 msg_fatal("connect %s:%s: %m", transport, endpoint);
unix_recv_fd.c 143 char *endpoint; local
151 || (endpoint = split_at(transport = argv[1], ':')) == 0
152 || *endpoint == 0 || *transport == 0)
153 msg_fatal("usage: %s transport:endpoint [workaround]", argv[0]);
156 listen_sock = unix_listen(endpoint, 10, BLOCKING);
161 msg_fatal("listen %s:%s: %m", transport, endpoint);
unix_send_fd.c 168 char *endpoint; local
176 || (endpoint = split_at(transport = argv[1], ':')) == 0
177 || *endpoint == 0 || *transport == 0)
178 msg_fatal("usage: %s transport:endpoint file...", argv[0]);
181 server_sock = unix_connect(endpoint, BLOCKING, 0);
186 msg_fatal("connect %s:%s: %m", transport, endpoint);
auto_clnt.c 7 /* client endpoint maintenance
45 /* auto_clnt_create() instantiates a client endpoint.
54 /* auto_clnt_name() returns the name of the specified client endpoint.
56 /* auto_clnt_free() destroys of the specified client endpoint.
96 /* is expected to set the stream pathname to the server endpoint name.
145 char *endpoint; /* host:port or pathname */ member in struct:AUTO_CLNT
213 fd = auto_clnt->connect(auto_clnt->endpoint, BLOCKING, auto_clnt->timeout);
215 msg_warn("connect to %s: %m", auto_clnt->endpoint);
218 msg_info("%s: connected to %s", myname, auto_clnt->endpoint);
221 CA_VSTREAM_CTL_PATH(auto_clnt->endpoint),
308 char *endpoint; local
    [all...]
auto_clnt.c 7 /* client endpoint maintenance
45 /* auto_clnt_create() instantiates a client endpoint.
54 /* auto_clnt_name() returns the name of the specified client endpoint.
56 /* auto_clnt_free() destroys of the specified client endpoint.
96 /* is expected to set the stream pathname to the server endpoint name.
145 char *endpoint; /* host:port or pathname */ member in struct:AUTO_CLNT
213 fd = auto_clnt->connect(auto_clnt->endpoint, BLOCKING, auto_clnt->timeout);
215 msg_warn("connect to %s: %m", auto_clnt->endpoint);
218 msg_info("%s: connected to %s", myname, auto_clnt->endpoint);
221 CA_VSTREAM_CTL_PATH(auto_clnt->endpoint),
308 char *endpoint; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
tls13tickettest.c 40 const char *endpoint = SSL_is_server(ssl) ? "server" : "client"; local
42 TEST_info("%s: Abbreviated handshake finished", endpoint);
44 TEST_info("%s: Full handshake finished", endpoint);
49 const char *endpoint = SSL_is_server(ssl) ? "server" : "client"; local
54 TEST_info("%s: alert %s: %s : %s", endpoint, dir,
tls13tickettest.c 40 const char *endpoint = SSL_is_server(ssl) ? "server" : "client"; local
42 TEST_info("%s: Abbreviated handshake finished", endpoint);
44 TEST_info("%s: Full handshake finished", endpoint);
49 const char *endpoint = SSL_is_server(ssl) ? "server" : "client"; local
54 TEST_info("%s: alert %s: %s : %s", endpoint, dir,
  /src/external/bsd/nvi/dist/vi/
vs_refresh.c 808 size_t cols, curcol, curlen, endpoint, len, midpoint; local
901 endpoint = cols;
904 --endpoint;
906 endpoint -= len;
909 if (endpoint > curlen + 2) {
910 (void)gp->scr_move(sp, LASTLINE(sp), endpoint);
vs_refresh.c 808 size_t cols, curcol, curlen, endpoint, len, midpoint; local
901 endpoint = cols;
904 --endpoint;
906 endpoint -= len;
909 if (endpoint > curlen + 2) {
910 (void)gp->scr_move(sp, LASTLINE(sp), endpoint);
  /src/external/bsd/ppp/dist/pppd/
lcp.h 71 #define CI_EPDISC 19 /* endpoint discriminator */
94 /* An endpoint discriminator, used with multilink. */
121 bool neg_endpoint; /* negotiate endpoint discriminator */
129 struct epdisc endpoint; /* endpoint discriminator */ member in struct:lcp_options
lcp.h 71 #define CI_EPDISC 19 /* endpoint discriminator */
94 /* An endpoint discriminator, used with multilink. */
121 bool neg_endpoint; /* negotiate endpoint discriminator */
129 struct epdisc endpoint; /* endpoint discriminator */ member in struct:lcp_options
  /src/external/ibm-public/postfix/dist/src/master/
master.h 31 char *ext_name; /* service endpoint name (master.cf) */
32 char *name; /* service endpoint name (canonical) */
43 #define MASTER_INET_ADDRLIST(s) ((s)->endpoint.inet_ep.addr)
44 #define MASTER_INET_PORT(s) ((s)->endpoint.inet_ep.port)
45 } endpoint; member in struct:MASTER_SERV
67 #define MASTER_FLAG_INETHOST (1<<3) /* endpoint name specifies host */
master.h 31 char *ext_name; /* service endpoint name (master.cf) */
32 char *name; /* service endpoint name (canonical) */
43 #define MASTER_INET_ADDRLIST(s) ((s)->endpoint.inet_ep.addr)
44 #define MASTER_INET_PORT(s) ((s)->endpoint.inet_ep.port)
45 } endpoint; member in struct:MASTER_SERV
67 #define MASTER_FLAG_INETHOST (1<<3) /* endpoint name specifies host */
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_proxy.c 336 const char *endpoint; local
342 endpoint = proxy->service_name + 5;
346 endpoint = proxy->service_name + 5;
348 endpoint = proxy->service_name;
355 if ((fd = connect_fn(endpoint, BLOCKING, proxy->timeout)) < 0) {
smtpd_proxy.c 336 const char *endpoint; local
342 endpoint = proxy->service_name + 5;
346 endpoint = proxy->service_name + 5;
348 endpoint = proxy->service_name;
355 if ((fd = connect_fn(endpoint, BLOCKING, proxy->timeout)) < 0) {
  /src/external/bsd/unbound/dist/testcode/
dohclient.c 69 const char* endpoint; member in struct:http2_session
90 printf("-e HTTP endpoint, default: /dns-query\n");
164 h2_stream->path = (char*)h2_session->endpoint;
173 h2_session->endpoint)+strlen("?dns=")+qb64_size+1);
175 snprintf(h2_stream->path, strlen(h2_session->endpoint)+
177 h2_session->endpoint, qb64);
593 h2_session->endpoint = "/dns-query";
602 h2_session->endpoint = optarg;
dohclient.c 69 const char* endpoint; member in struct:http2_session
90 printf("-e HTTP endpoint, default: /dns-query\n");
164 h2_stream->path = (char*)h2_session->endpoint;
173 h2_session->endpoint)+strlen("?dns=")+qb64_size+1);
175 snprintf(h2_stream->path, strlen(h2_session->endpoint)+
177 h2_session->endpoint, qb64);
593 h2_session->endpoint = "/dns-query";
602 h2_session->endpoint = optarg;
  /src/sys/arch/arm/apple/
apple_rtkit.c 101 rtkit_send(struct fdtbus_mbox_channel *mc, uint32_t endpoint,
107 msg.data1 = endpoint;
112 rtkit_start(struct rtkit_state *state, uint32_t endpoint)
117 reply = __SHIFTIN(endpoint, RTKIT_MGMT_STARTEP_EP_MASK);
128 uint32_t endpoint; local
171 for (endpoint = 1; endpoint < 32; endpoint++) {
172 if ((state->epmap & __BIT(endpoint)) == 0)
175 switch (endpoint) {
262 uint32_t endpoint; local
    [all...]
apple_rtkit.c 101 rtkit_send(struct fdtbus_mbox_channel *mc, uint32_t endpoint,
107 msg.data1 = endpoint;
112 rtkit_start(struct rtkit_state *state, uint32_t endpoint)
117 reply = __SHIFTIN(endpoint, RTKIT_MGMT_STARTEP_EP_MASK);
128 uint32_t endpoint; local
171 for (endpoint = 1; endpoint < 32; endpoint++) {
172 if ((state->epmap & __BIT(endpoint)) == 0)
175 switch (endpoint) {
262 uint32_t endpoint; local
    [all...]
  /src/external/apache2/mDNSResponder/dist/DSO/
dso-transport.c 1142 nw_endpoint_t endpoint = NULL; local
1188 endpoint = nw_endpoint_create_host(addrbuf, portbuf);
1189 if (endpoint == NULL) {
1220 connection = nw_connection_create(endpoint, parameters);
1340 MDNS_DISPOSE_NW(endpoint);

Completed in 148 milliseconds

1 2