HelenOS sources

inet_ep_t         441 uspace/app/websrv/websrv.c 	inet_ep_t ep;
inet_ep_t          76 uspace/lib/inet/include/inet/endpoint.h 	inet_ep_t local;
inet_ep_t          77 uspace/lib/inet/include/inet/endpoint.h 	inet_ep_t remote;
inet_ep_t          80 uspace/lib/inet/include/inet/endpoint.h extern void inet_ep_init(inet_ep_t *);
inet_ep_t          45 uspace/lib/inet/include/inet/hostport.h extern errno_t inet_hostport_lookup_one(inet_hostport_t *, ip_ver_t, inet_ep_t *);
inet_ep_t          46 uspace/lib/inet/include/inet/hostport.h extern errno_t inet_hostport_plookup_one(const char *, ip_ver_t, inet_ep_t *,
inet_ep_t         106 uspace/lib/inet/include/inet/tcp.h extern errno_t tcp_listener_create(tcp_t *, inet_ep_t *, tcp_listen_cb_t *, void *,
inet_ep_t          56 uspace/lib/inet/include/inet/udp.h 	inet_ep_t remote_ep;
inet_ep_t          99 uspace/lib/inet/include/inet/udp.h extern errno_t udp_assoc_send_msg(udp_assoc_t *, inet_ep_t *, void *, size_t);
inet_ep_t         103 uspace/lib/inet/include/inet/udp.h extern void udp_rmsg_remote_ep(udp_rmsg_t *, inet_ep_t *);
inet_ep_t          44 uspace/lib/inet/src/endpoint.c void inet_ep_init(inet_ep_t *ep)
inet_ep_t         215 uspace/lib/inet/src/hostport.c     inet_ep_t *ep)
inet_ep_t         258 uspace/lib/inet/src/hostport.c errno_t inet_hostport_plookup_one(const char *str, ip_ver_t version, inet_ep_t *ep,
inet_ep_t         320 uspace/lib/inet/src/tcp.c errno_t tcp_listener_create(tcp_t *tcp, inet_ep_t *ep, tcp_listen_cb_t *lcb,
inet_ep_t         334 uspace/lib/inet/src/tcp.c 	    sizeof(inet_ep_t));
inet_ep_t         254 uspace/lib/inet/src/udp.c errno_t udp_assoc_send_msg(udp_assoc_t *assoc, inet_ep_t *dest, void *data,
inet_ep_t         258 uspace/lib/inet/src/udp.c 	inet_ep_t ddest;
inet_ep_t         270 uspace/lib/inet/src/udp.c 	    sizeof(inet_ep_t));
inet_ep_t         359 uspace/lib/inet/src/udp.c void udp_rmsg_remote_ep(udp_rmsg_t *rmsg, inet_ep_t *ep)
inet_ep_t         394 uspace/lib/inet/src/udp.c 	inet_ep_t ep;
inet_ep_t         399 uspace/lib/inet/src/udp.c 	errno_t rc = async_data_read_start(exch, &ep, sizeof(inet_ep_t));
inet_ep_t          49 uspace/lib/nettl/include/nettl/amap.h 	inet_ep_t rep;
inet_ep_t         133 uspace/lib/nettl/src/amap.c static errno_t amap_repla_find(amap_t *map, inet_ep_t *rep, inet_addr_t *la,
inet_ep_t         177 uspace/lib/nettl/src/amap.c static errno_t amap_repla_insert(amap_t *map, inet_ep_t *rep, inet_addr_t *la,
inet_ep_t         354 uspace/srv/hid/remcons/remcons.c 	inet_ep_t ep;
inet_ep_t         794 uspace/srv/hid/rfb/rfb.c 	inet_ep_t ep;
inet_ep_t          79 uspace/srv/net/dhcp/transport.c 	inet_ep_t ep;
inet_ep_t         182 uspace/srv/net/dnsrsrv/transport.c 	inet_ep_t ep;
inet_ep_t         256 uspace/srv/net/dnsrsrv/transport.c 	inet_ep_t remote_ep;
inet_ep_t         512 uspace/srv/net/tcp/service.c static errno_t tcp_listener_create_impl(tcp_client_t *client, inet_ep_t *ep,
inet_ep_t         825 uspace/srv/net/tcp/service.c 	inet_ep_t ep;
inet_ep_t         837 uspace/srv/net/tcp/service.c 	if (size != sizeof(inet_ep_t)) {
inet_ep_t         361 uspace/srv/net/tcp/tcp_type.h 	inet_ep_t elocal;
inet_ep_t         254 uspace/srv/net/udp/assoc.c errno_t udp_assoc_send(udp_assoc_t *assoc, inet_ep_t *remote, udp_msg_t *msg)
inet_ep_t         307 uspace/srv/net/udp/assoc.c errno_t udp_assoc_recv(udp_assoc_t *assoc, udp_msg_t **msg, inet_ep_t *remote)
inet_ep_t          51 uspace/srv/net/udp/assoc.h extern errno_t udp_assoc_send(udp_assoc_t *, inet_ep_t *, udp_msg_t *);
inet_ep_t          52 uspace/srv/net/udp/assoc.h extern errno_t udp_assoc_recv(udp_assoc_t *, udp_msg_t **, inet_ep_t *);
inet_ep_t         209 uspace/srv/net/udp/service.c     inet_ep_t *dest, void *data, size_t size)
inet_ep_t         348 uspace/srv/net/udp/service.c 	inet_ep_t dest;
inet_ep_t         363 uspace/srv/net/udp/service.c 	if (size != sizeof(inet_ep_t)) {
inet_ep_t         465 uspace/srv/net/udp/service.c 	    max(size, (size_t)sizeof(inet_ep_t)));
inet_ep_t         149 uspace/srv/net/udp/test/assoc.c 	inet_ep_t dest;
inet_ep_t         184 uspace/srv/net/udp/test/assoc.c 	inet_ep_t dest;
inet_ep_t         217 uspace/srv/net/udp/test/assoc.c 	inet_ep_t dest;
inet_ep_t         259 uspace/srv/net/udp/test/assoc.c 	inet_ep_t ep;
inet_ep_t         305 uspace/srv/net/udp/test/assoc.c 	inet_ep_t dest;
HelenOS homepage, sources at GitHub