Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tl/udp/udp.c

    rf1938c6 r014dd57b  
    6161#include <ip_interface.h>
    6262#include <icmp_client.h>
    63 #include <icmp_remote.h>
     63#include <icmp_interface.h>
    6464#include <net_interface.h>
    6565#include <socket_core.h>
     
    393393        udp_globals.net_phone = net_phone;
    394394       
    395         udp_globals.icmp_phone = icmp_connect_module(ICMP_CONNECT_TIMEOUT);
     395        udp_globals.icmp_phone = icmp_connect_module(SERVICE_ICMP,
     396            ICMP_CONNECT_TIMEOUT);
    396397       
    397398        udp_globals.ip_phone = ip_bind_service(SERVICE_IP, IPPROTO_UDP,
     
    877878}
    878879
    879 /** Per-connection initialization
    880  *
    881  */
    882 void tl_connection(void)
    883 {
    884 }
    885 
    886880/** Processes the UDP message.
    887881 *
     
    897891 * @see IS_NET_UDP_MESSAGE()
    898892 */
    899 int tl_message(ipc_callid_t callid, ipc_call_t *call,
     893int tl_module_message(ipc_callid_t callid, ipc_call_t *call,
    900894    ipc_call_t *answer, size_t *answer_count)
    901895{
Note: See TracChangeset for help on using the changeset viewer.