Searched refs:port (Results 151 - 175 of 366) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/usr/eclipseclp/documents/mpslib/
H A Doutline.tex100 Ports have a unique port identifier and are associated with or owned
102 to a port, only the owner of a port can receive messages from it. The
103 owner of a port is the \eclipse process that allocated the port. Ports
106 A port can be viewed as a uni-directional message order preserving
109 on the arrival of a message when the port is empty.
115 with the name service. Port users do a port lookup for acquiring a
116 port's identifier that is required for sending messages to the port
[all...]
/barrelfish-2018-10-04/lib/libc/rpc/
H A Drpc_generic.c608 u_int16_t port; local
616 port = ntohs(sin->sin_port);
617 if (asprintf(&ret, "%s.%u.%u", namebuf, ((u_int32_t)port) >> 8,
618 port & 0xff) < 0)
627 port = ntohs(sin6->sin6_port);
628 if (asprintf(&ret, "%s.%u.%u", namebuf6, ((u_int32_t)port) >> 8,
629 port & 0xff) < 0)
652 unsigned port, portlo, porthi; local
659 port = 0;
681 port
[all...]
/barrelfish-2018-10-04/lib/lwip/src/core/
H A Dudp.c144 the dhcp module, no other UDP pcb may use the local UDP port DHCP_CLIENT_PORT */
166 * 'Perfect match' pcbs (connected to the remote port & ip address) are
168 * matches the local port and ip address gets the datagram. */
182 /* compare PCB local addr+port to UDP destination addr+port */
201 /* compare PCB remote addr+port to UDP source addr+port */
309 /* No match was found, send ICMP destination port unreachable unless
337 * stored in pcb. If the pcb is not bound to a port, it will
338 * automatically be bound to a random port
628 udp_bind(struct udp_pcb * pcb, struct ip_addr * ipaddr, u16_t port) argument
723 udp_connect(struct udp_pcb * pcb, struct ip_addr * ipaddr, u16_t port) argument
806 udp_recv(struct udp_pcb *pcb, void (*recv) (void *arg, struct udp_pcb * upcb, struct pbuf * p, struct ip_addr * addr, u16_t port), void *recv_arg) argument
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/tunala/
H A Dtunala.h188 /* ip is the 4-byte ip address (eg. 127.0.0.1 is {0x7F,0x00,0x00,0x01}), port is
189 * the port to listen on (host byte order), and the return value is the
191 int ip_create_listener_split(const char *ip, unsigned short port);
193 int ip_create_connection_split(const char *ip, unsigned short port);
194 /* Converts a string into the ip/port before calling the above */
198 * then the address string could be just a port. Ie. it's suitable for a
201 unsigned short *port, int accept_all_ip);
/barrelfish-2018-10-04/include/bsm/
H A Daudit.h178 dev_t port; member in struct:au_tid
318 #include <mach/port.h>
320 au_asid_t audit_session_join(mach_port_name_t port);
/barrelfish-2018-10-04/include/lwip2/lwip/
H A Dudp.h64 * addr and port are in same byte order as in the pcb
75 * @param port the remote port from which the packet was received
78 const ip_addr_t *addr, u16_t port);
119 u16_t port);
121 u16_t port);
/barrelfish-2018-10-04/usr/bench/bulk_transfer/
H A Dcommon.c48 // npl:card:queue:port
69 uint16_t port = atoi(strtok(NULL, ":")); local
81 card, queue, port, proxy_connected);
88 // npc:card:queue:ip:port
110 uint16_t port = atoi(strtok(NULL, ":")); local
122 card, queue, ip, port, proxy_connected);
129 // ntl:card:queue:port
144 .port = atoi(port_str),
176 // ntc:card:queue:ip:port
193 .port
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_av.c94 enum ib_rate mthca_rate_to_ib(struct mthca_dev *dev, u8 mthca_rate, u8 port) argument
101 return memfree_rate_to_ib(mthca_rate, dev->rate[port - 1]);
103 return tavor_rate_to_ib(mthca_rate, dev->rate[port - 1]);
134 u8 mthca_get_rate(struct mthca_dev *dev, int static_rate, u8 port) argument
138 if (!static_rate || ib_rate_to_mult(static_rate) >= dev->rate[port - 1])
143 dev->rate[port - 1]);
/barrelfish-2018-10-04/lib/lwip2/src/apps/snmp/
H A Dsnmp_msg.h60 /* The listen port of the SNMP agent. Clients have to make their requests to
61 this port. Most standard clients won't work if you change this! */
65 /* The remote port the SNMP agent sends traps to. Most standard trap sinks won't
98 /* source UDP port */
182 void snmp_receive(void *handle, struct pbuf *p, const ip_addr_t *source_ip, u16_t port);
183 err_t snmp_sendto(void *handle, struct pbuf *p, const ip_addr_t *dst, u16_t port);
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dlamsg.c56 aport_port(port_id,port)
58 aport_t * port;
H A Dsch_types.h31 /* SITE: Every worker has one and only one scheduler port */
128 aport_id_t port; member in struct:scheduler_ds
/barrelfish-2018-10-04/usr/eclipseclp/Pds/src/
H A Dnsrv_ping.c148 bproc_trigger(port)
149 bport_t * port;
168 fprintf(stderr, " -p port_number: port number \n");
199 case 'p': /* port number */
212 "\n Invalid port number !\n");
257 printf("Name server nsrv on host %s is listening on port %d !\n",
269 printf("No name server nsrv on host %s listening on port %d !\n",
/barrelfish-2018-10-04/lib/net_device_manager/
H A De10k_filt_cl_impl.c95 static errval_t reg_filters(uint16_t port, argument
114 err = binding->rpc_tx_vtbl.register_port_filter(binding, buffer_id_rx, buffer_id_tx, qid, t, port, rerr, filter_id);
H A Dsfn5122f_filt_cl_impl.c95 static errval_t reg_filters(uint16_t port, argument
114 err = sfn5122f_binding->rpc_tx_vtbl.register_port_filter(sfn5122f_binding, buffer_id_rx, buffer_id_tx, qid, t, port, rerr, filter_id);
H A Dport_management_support.h27 typedef errval_t (*register_filter_t)(uint16_t port,
59 // Initialize the port number management service
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/rdma/
H A Dib_user_verbs_exp.h140 __u8 port; member in struct:ib_uverbs_create_dct
175 __u8 port; member in struct:ib_uverbs_query_dct_resp
/barrelfish-2018-10-04/usr/net_socket_server/
H A Dnet_sockets_server.c135 static void net_udp_receive(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) argument
161 nb->port = port;
213 nb->port = 0;
226 nb->port = 0;
270 nb->port = 0;
292 // nb->port = 0;
379 nb->port = newpcb->remote_port;
452 static errval_t net_bind(struct net_sockets_binding *binding, uint32_t descriptor, uint32_t ip_address, uint16_t port, errval_t *error, uint16_t *bound_port) argument
465 *error = udp_bind(socket->udp_socket, &ip, port);
517 net_connect(struct net_sockets_binding *binding, uint32_t descriptor, uint32_t ip_address, uint16_t port, errval_t *error) argument
689 uint16_t port; local
[all...]
/barrelfish-2018-10-04/usr/vmkitmon/
H A Drealmode.c45 io_inb (uint16_t port) argument
52 io_inw (uint16_t port) argument
59 io_inl (uint16_t port) argument
66 io_outb (uint16_t port, uint8_t val) argument
72 info1 |= port << 16;
75 saved_exit_qual = 0x1 | (port << 16);
88 io_outw (uint16_t port, uint16_t val) argument
94 io_outl (uint16_t port, uint32_t val) argument
/barrelfish-2018-10-04/usr/block_server/
H A Dnetwork_server.c450 BS_NET_DEBUG_BULK("bulk net proxy connect RX port=%i\n", tx_ep->port);
454 ntohl(tx_ep->ip.addr), tx_ep->port,
461 BS_NET_DEBUG_BULK("bulk net proxy connect RX port=%i\n", rx_ep->port);
465 ntohl(tx_ep->ip.addr), rx_ep->port,
474 .port = rx_ep->port,
486 ep_setup.port = tx_ep->port;
662 block_net_init(uint16_t port) argument
[all...]
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/hub/
H A Dusb_hub.c67 struct usb_hub_port *port)
69 return (hub->device->controller->devices[port->device_index]);
103 * \brief this function reattaches the device on this port and reads out the
108 * \param portno the number of the port to attach the device
132 USB_DEBUG("ERROR: could not get port status. Port=%u", portno);
147 /* check for the power on the port */
149 USB_DEBUG("WARNING: Connected port %u has no power!\n", portno);
162 USB_DEBUG("WARNING: port reset failed.\n");
168 USB_DEBUG("ERROR: Could not read port status (%u)\n", portno);
175 "Giving up port rese
66 usb_hub_get_device(struct usb_hub *hub, struct usb_hub_port *port) argument
412 struct usb_hub_port *port = hub->ports + portindex; local
509 usb_hub_port_t *port = NULL; local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Docsp.c113 static BIO *init_responder(char *port);
114 static int do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio, char *port);
129 char *host = NULL, *port = NULL, *path = "/"; local
210 if (!OCSP_parse_url(*args, &host, &port, &path, &use_ssl))
227 else if (!strcmp(*args, "-port"))
232 port = *args;
569 if (!req && !reqin && !respin && !(port && ridx_filename)) badarg = 1;
594 BIO_printf (bio_err, "-host host:n send OCSP request to host on port n\n");
609 BIO_printf (bio_err, "-port num port t
1179 init_responder(char *port) argument
1210 do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio, char *port) argument
1373 process_responder(BIO *err, OCSP_REQUEST *req, char *host, char *path, char *port, int use_ssl, STACK_OF(CONF_VALUE) *headers, int req_timeout) argument
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/internal/kernel/
H A Ddebugger.tex29 \index{port model}
30 The debugger presents a {\bf port model} to the user.
98 The NEXT port presents a problem regarding mixing debugged and
99 nondebugged code: The port is a procedure-internal port. Its
102 display a next port for the (visible) ancestor, or possibly a port
108 Inline disjunctions are traced as a NEXT port of the predicate that
185 \item by the port mask (globally for the rest of the execution)
188 Switching tracing off completely is done by setting the port filte
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mlx4/
H A Dmcg.c50 pr_warn("%s-%d: %16s (port %d): WARNING: " format, __func__, __LINE__,\
51 (group)->name, group->demux->port, ## arg)
116 3. Membership of the port at the SA
209 if (!dev->sm_ah[ctx->port - 1]) {
210 /* port is not yet Active, sm_ah not ready */
214 mlx4_ib_query_ah(dev->sm_ah[ctx->port - 1], &ah_attr);
216 return mlx4_ib_send_to_wire(dev, mlx4_master_func_num(dev->dev), ctx->port,
224 struct ib_mad_agent *agent = dev->send_agent[ctx->port - 1][1];
232 ib_query_ah(dev->sm_ah[ctx->port - 1], &ah_attr);
234 if (ib_find_cached_pkey(&dev->ib_dev, ctx->port, IB_DEFAULT_PKEY_FUL
878 mlx4_ib_mcg_demux_handler(struct ib_device *ibdev, int port, int slave, struct ib_sa_mad *mad) argument
927 mlx4_ib_mcg_multiplex_handler(struct ib_device *ibdev, int port, int slave, struct ib_sa_mad *sa_mad) argument
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/apps/smtp/
H A Dsmtp.h11 /** The default TCP port used for SMTP */
106 void smtp_set_server_port(u16_t port);
/barrelfish-2018-10-04/lib/nfs/
H A Drpc.h91 errval_t rpc_call(struct rpc_client *client, uint16_t port, uint32_t prog,

Completed in 138 milliseconds

1234567891011>>