Changeset a17356fd in mainline for uspace/srv/net/inetsrv/icmpv6.c
- Timestamp:
- 2013-07-12T15:33:20Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bb9b0c6
- Parents:
- f5f79cd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/inetsrv/icmpv6.c
rf5f79cd ra17356fd 47 47 #include "pdu.h" 48 48 49 static int ndp_received(inet_dgram_t *dgram)50 {51 // FIXME TODO52 return ENOTSUP;53 }54 55 49 static int icmpv6_recv_echo_request(inet_dgram_t *dgram) 56 50 {
Note:
See TracChangeset
for help on using the changeset viewer.