Changeset 4e5c7ba in mainline for uspace/srv/net/tl/icmp
- Timestamp:
- 2010-11-18T22:36:12Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f772bc55
- Parents:
- cb569e6
- Location:
- uspace/srv/net/tl/icmp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/icmp/icmp.c
rcb569e6 r4e5c7ba 251 251 size_t length; 252 252 uint8_t *data; 253 icmp_reply_ refreply;253 icmp_reply_t *reply; 254 254 int reply_key; 255 255 int index; … … 483 483 { 484 484 int reply_key; 485 icmp_reply_ refreply;485 icmp_reply_t *reply; 486 486 487 487 /* Compute the reply key */ -
uspace/srv/net/tl/icmp/icmp.h
rcb569e6 r4e5c7ba 49 49 */ 50 50 typedef struct icmp_reply icmp_reply_t; 51 52 /** Type definition of the ICMP reply data pointer.53 * @see icmp_reply54 */55 typedef icmp_reply_t *icmp_reply_ref;56 51 57 52 /** Type definition of the ICMP global data.
Note:
See TracChangeset
for help on using the changeset viewer.
