Changeset e52b4b5 in mainline for uspace/app/netecho/netecho.c


Ignore:
Timestamp:
2013-06-28T15:27:11Z (11 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b5cf742a
Parents:
4339f09
Message:

add in6addr_any

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/netecho/netecho.c

    r4339f09 re52b4b5  
    380380                address_in6.sin6_family = AF_INET6;
    381381                address_in6.sin6_port = htons(port);
     382                address_in6.sin6_addr = in6addr_any;
    382383                address = (struct sockaddr *) &address_in6;
    383384                addrlen = sizeof(address_in6);
Note: See TracChangeset for help on using the changeset viewer.