Changeset b4edc96 in mainline for uspace/srv/net/inetsrv/inet_link.h
- Timestamp:
- 2021-08-08T09:20:20Z (4 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3e6bca8
- Parents:
- d5ed54b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/inetsrv/inet_link.h
rd5ed54b rb4edc96 38 38 #define INET_LINK_H_ 39 39 40 #include <inet/eth_addr.h> 40 41 #include <stddef.h> 41 42 #include <stdint.h> … … 45 46 extern errno_t inet_link_send_dgram(inet_link_t *, addr32_t, 46 47 addr32_t, inet_dgram_t *, uint8_t, uint8_t, int); 47 extern errno_t inet_link_send_dgram6(inet_link_t *, addr48_t *, inet_dgram_t *,48 extern errno_t inet_link_send_dgram6(inet_link_t *, eth_addr_t *, inet_dgram_t *, 48 49 uint8_t, uint8_t, int); 49 50 extern inet_link_t *inet_link_get_by_id(sysarg_t);
Note:
See TracChangeset
for help on using the changeset viewer.