Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 108 of file if.c.
Referenced by IPCreateInterface().
{ struct ip_addr ipaddr; struct ip_addr netmask; struct ip_addr gw; gw.addr = 0; ipaddr.addr = 0; netmask.addr = 0; IF->TCPContext = netif_add(IF->TCPContext, &ipaddr, &netmask, &gw, IF, TCPInterfaceInit, tcpip_input); }