Changeset a2e3ee6 in mainline for uspace/srv/net/inetsrv/inetsrv.h


Ignore:
Timestamp:
2013-06-20T16:45:58Z (11 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
08bb73b
Parents:
19a4f73
Message:

use new network address infrastructure (towards IPv6 support)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/inetsrv/inetsrv.h

    r19a4f73 ra2e3ee6  
    172172
    173173typedef struct {
    174         inet_addr_t src;
    175         inet_addr_t dest;
     174        uint32_t src;
     175        uint32_t dest;
    176176        uint16_t seq_no;
    177177        void *data;
Note: See TracChangeset for help on using the changeset viewer.