Changeset ceba4bed in mainline for uspace/srv/inet/inet_link.h


Ignore:
Timestamp:
2012-02-06T17:38:50Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e767dbf
Parents:
bc38578
Message:

Introduce address object. Sketch sending outgoing datagrams to directly
reachable destinations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/inet/inet_link.h

    rbc38578 rceba4bed  
    3838#define INET_LINK_H_
    3939
     40#include "inet.h"
     41
    4042extern int inet_link_discovery_start(void);
     43extern int inet_link_send_dgram(inet_link_t *, inet_addr_t *,
     44    inet_addr_t *, inet_dgram_t *, uint8_t, int);
    4145
    4246#endif
Note: See TracChangeset for help on using the changeset viewer.