Changeset 98abd40 in mainline for uspace/srv/net/inetsrv/icmpv6.h
- Timestamp:
- 2013-07-06T21:57:22Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c8bb1633, cdc8a391
- Parents:
- b8e72fd1 (diff), 507c6f3 (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 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/inetsrv/icmpv6.h
rb8e72fd1 r98abd40 1 1 /* 2 * Copyright (c) 201 2 Jiri Svoboda2 * Copyright (c) 2013 Antonin Steinhauser 3 3 * All rights reserved. 4 4 * … … 35 35 */ 36 36 37 #ifndef I NET_UTIL_H_38 #define I NET_UTIL_H_37 #ifndef ICMPV6_H_ 38 #define ICMPV6_H_ 39 39 40 #include <sys/types.h>40 #include "inetsrv.h" 41 41 42 uint32_t inet_netmask(int bits); 42 extern int icmpv6_recv(inet_dgram_t *); 43 extern int icmpv6_ping_send(uint16_t, inetping6_sdu_t *); 43 44 44 45 #endif
Note:
See TracChangeset
for help on using the changeset viewer.