~jsvoboda/helenos/dnsr

« back to all changes in this revision

Viewing changes to uspace/srv/net/udp/ucall.h

  • Committer: Jiri Svoboda
  • Date: 2013-04-19 18:38:18 UTC
  • mfrom: (1527.1.284 main-clone)
  • Revision ID: jiri@wiwaxia-20130419183818-nvfibuh4t5qol0e3
MergeĀ mainlineĀ chages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
extern udp_error_t udp_uc_create(udp_assoc_t **);
42
42
extern udp_error_t udp_uc_set_foreign(udp_assoc_t *, udp_sock_t *);
43
43
extern udp_error_t udp_uc_set_local(udp_assoc_t *, udp_sock_t *);
 
44
extern udp_error_t udp_uc_set_local_port(udp_assoc_t *, uint16_t);
44
45
extern udp_error_t udp_uc_send(udp_assoc_t *, udp_sock_t *, void *, size_t,
45
46
    xflags_t);
46
47
extern udp_error_t udp_uc_receive(udp_assoc_t *, void *, size_t, size_t *,