Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/inetsrv/icmpv6.c

    ra17356fd r1d24ad3  
    4747#include "pdu.h"
    4848
     49static int ndp_received(inet_dgram_t *dgram)
     50{
     51        // FIXME TODO
     52        return ENOTSUP;
     53}
     54
    4955static int icmpv6_recv_echo_request(inet_dgram_t *dgram)
    5056{
Note: See TracChangeset for help on using the changeset viewer.