Changeset e52b4b5 in mainline for uspace/lib/c/generic/net/inet.c
- Timestamp:
- 2013-06-28T15:27:11Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b5cf742a
- Parents:
- 4339f09
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/net/inet.c
r4339f09 re52b4b5 1 1 /* 2 * Copyright (c) 20 09 Lukas Mejdrech2 * Copyright (c) 2013 Martin Decky 3 3 * All rights reserved. 4 4 * … … 44 44 #include <stdio.h> 45 45 #include <str.h> 46 47 const in6_addr_t in6addr_any = { 48 { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } 49 }; 46 50 47 51 static int inet_ntop4(const uint8_t *data, char *address, size_t length)
Note:
See TracChangeset
for help on using the changeset viewer.