Changeset 4c14b88 in mainline for uspace/srv/net/inetsrv/inetsrv.h
- Timestamp:
- 2013-12-31T07:57:14Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1b973dc
- Parents:
- 6297465 (diff), 208b5f5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/inetsrv/inetsrv.h
r6297465 r4c14b88 148 148 } inet_dir_t; 149 149 150 typedef struct {151 uint32_t src;152 uint32_t dest;153 uint16_t seq_no;154 void *data;155 size_t size;156 } inetping_sdu_t;157 158 typedef struct {159 addr128_t src;160 addr128_t dest;161 uint16_t seq_no;162 void *data;163 size_t size;164 } inetping6_sdu_t;165 166 150 extern int inet_ev_recv(inet_client_t *, inet_dgram_t *); 167 151 extern int inet_recv_packet(inet_packet_t *);
Note:
See TracChangeset
for help on using the changeset viewer.