diff --git a/examples/bridge/bridge_main.c b/examples/bridge/bridge_main.c index a07501c83..c06e70eed 100644 --- a/examples/bridge/bridge_main.c +++ b/examples/bridge/bridge_main.c @@ -130,7 +130,8 @@ printf("NET1: Configuring %s\n", CONFIG_EXAMPLES_BRIDGE_NET1_IFNAME); netlib_set_ipv4netmask(CONFIG_EXAMPLES_BRIDGE_NET1_IFNAME, &addr); /* New versions of netlib_set_ipvXaddr will not bring the network up, - * So ensure the network is really up at this point. */ + * So ensure the network is really up at this point. + */ netlib_ifup("eth0"); diff --git a/examples/dhcpd/target.c b/examples/dhcpd/target.c index 95997c6b8..f834043c2 100644 --- a/examples/dhcpd/target.c +++ b/examples/dhcpd/target.c @@ -128,7 +128,8 @@ int dhcpd_main(int argc, char *argv[]) netlib_set_ipv4netmask("eth0", &addr); /* New versions of netlib_set_ipvXaddr will not bring the network up, - * So ensure the network is really up at this point. */ + * So ensure the network is really up at this point. + */ netlib_ifup("eth0"); diff --git a/examples/discover/discover_main.c b/examples/discover/discover_main.c index cf0b72c90..8f91cc304 100644 --- a/examples/discover/discover_main.c +++ b/examples/discover/discover_main.c @@ -135,7 +135,8 @@ int discover_main(int argc, char *argv[]) netlib_set_ipv4netmask("eth0", &addr); /* New versions of netlib_set_ipvXaddr will not bring the network up, - * So ensure the network is really up at this point. */ + * So ensure the network is really up at this point. + */ netlib_ifup("eth0"); diff --git a/examples/ftpd/ftpd_main.c b/examples/ftpd/ftpd_main.c index 7967b7b68..a60e36c88 100644 --- a/examples/ftpd/ftpd_main.c +++ b/examples/ftpd/ftpd_main.c @@ -116,7 +116,8 @@ static void fptd_netinit(void) netlib_set_ipv4netmask("eth0", &addr); /* New versions of netlib_set_ipvXaddr will not bring the network up, - * So ensure the network is really up at this point. */ + * So ensure the network is really up at this point. + */ netlib_ifup("eth0"); diff --git a/examples/igmp/igmp.c b/examples/igmp/igmp.c index 9bab4a275..9829b291f 100644 --- a/examples/igmp/igmp.c +++ b/examples/igmp/igmp.c @@ -124,7 +124,8 @@ int igmp_main(int argc, char *argv[]) netlib_set_ipv4netmask("eth0", &addr); /* New versions of netlib_set_ipvXaddr will not bring the network up, - * So ensure the network is really up at this point. */ + * So ensure the network is really up at this point. + */ netlib_ifup("eth0"); diff --git a/examples/nettest/nettest.c b/examples/nettest/nettest.c index 5f6c97b4e..ca5437b80 100644 --- a/examples/nettest/nettest.c +++ b/examples/nettest/nettest.c @@ -159,8 +159,9 @@ static void netest_initialize(void) netlib_set_ipv6netmask("eth0", (FAR const struct in6_addr *)g_ipv6_netmask); - /* New versions of netlib_set_ipv6addr will not bring the network up, - * So ensure the network is really up at this point. */ + /* New versions of netlib_set_ipvXaddr will not bring the network up, + * So ensure the network is really up at this point. + */ netlib_ifup("eth0"); diff --git a/examples/poll/net_listener.c b/examples/poll/net_listener.c index 3c1f0dc0f..dd29dc452 100644 --- a/examples/poll/net_listener.c +++ b/examples/poll/net_listener.c @@ -327,7 +327,8 @@ static void net_configure(void) netlib_set_ipv4netmask("eth0", &addr); /* New versions of netlib_set_ipvXaddr will not bring the network up, - * So ensure the network is really up at this point. */ + * So ensure the network is really up at this point. + */ netlib_ifup("eth0"); } diff --git a/examples/poll/net_reader.c b/examples/poll/net_reader.c index 0fd6c8e5b..cbb70e6e4 100644 --- a/examples/poll/net_reader.c +++ b/examples/poll/net_reader.c @@ -120,7 +120,8 @@ static void net_configure(void) netlib_set_ipv4netmask("eth0", &addr); /* New versions of netlib_set_ipvXaddr will not bring the network up, - * So ensure the network is really up at this point. */ + * So ensure the network is really up at this point. + */ netlib_ifup("eth0"); } diff --git a/examples/sendmail/sendmail_main.c b/examples/sendmail/sendmail_main.c index 018bc827b..7e57231a9 100644 --- a/examples/sendmail/sendmail_main.c +++ b/examples/sendmail/sendmail_main.c @@ -151,7 +151,8 @@ int sendmail_main(int argc, char *argv[]) netlib_set_ipv4netmask("eth0", &addr); /* New versions of netlib_set_ipvXaddr will not bring the network up, - * So ensure the network is really up at this point. */ + * So ensure the network is really up at this point. + */ netlib_ifup("eth0"); diff --git a/examples/tcpecho/tcpecho_main.c b/examples/tcpecho/tcpecho_main.c index 87644abe5..9daf2ac65 100644 --- a/examples/tcpecho/tcpecho_main.c +++ b/examples/tcpecho/tcpecho_main.c @@ -144,7 +144,8 @@ static int tcpecho_netsetup() netlib_set_ipv4netmask("eth0", &addr); /* New versions of netlib_set_ipvXaddr will not bring the network up, - * So ensure the network is really up at this point. */ + * So ensure the network is really up at this point. + */ netlib_ifup("eth0"); diff --git a/examples/telnetd/telnetd.c b/examples/telnetd/telnetd.c index 3808630d9..5bb5a4c56 100644 --- a/examples/telnetd/telnetd.c +++ b/examples/telnetd/telnetd.c @@ -220,7 +220,8 @@ static void telnetd_netinit(void) netlib_set_ipv4netmask("eth0", &addr); /* New versions of netlib_set_ipvXaddr will not bring the network up, - * So ensure the network is really up at this point. */ + * So ensure the network is really up at this point. + */ netlib_ifup("eth0"); } diff --git a/examples/thttpd/thttpd_main.c b/examples/thttpd/thttpd_main.c index 6246b82cd..3a180e379 100644 --- a/examples/thttpd/thttpd_main.c +++ b/examples/thttpd/thttpd_main.c @@ -255,7 +255,8 @@ int thttp_main(int argc, char *argv[]) netlib_set_ipv4netmask(NET_DEVNAME, &addr); /* New versions of netlib_set_ipvXaddr will not bring the network up, - * So ensure the network is really up at this point. */ + * So ensure the network is really up at this point. + */ netlib_ifup("eth0"); diff --git a/examples/udp/target.c b/examples/udp/target.c index 749d74e02..0074cb999 100644 --- a/examples/udp/target.c +++ b/examples/udp/target.c @@ -161,7 +161,8 @@ int udp_main(int argc, char *argv[]) #endif /* CONFIG_EXAMPLES_UDP_IPv6 */ /* New versions of netlib_set_ipvXaddr will not bring the network up, - * So ensure the network is really up at this point. */ + * So ensure the network is really up at this point. + */ netlib_ifup("eth0"); diff --git a/examples/udpblaster/udpblaster_target.c b/examples/udpblaster/udpblaster_target.c index 5844d4a3f..21a3078c2 100644 --- a/examples/udpblaster/udpblaster_target.c +++ b/examples/udpblaster/udpblaster_target.c @@ -175,7 +175,8 @@ static void netest_initialize(void) #endif /* CONFIG_EXAMPLES_UDPBLASTER_IPv6 */ /* New versions of netlib_set_ipvXaddr will not bring the network up, - * So ensure the network is really up at this point. */ + * So ensure the network is really up at this point. + */ netlib_ifup("eth0"); diff --git a/examples/webserver/webserver_main.c b/examples/webserver/webserver_main.c index fd5c3410d..2278b83c5 100644 --- a/examples/webserver/webserver_main.c +++ b/examples/webserver/webserver_main.c @@ -141,7 +141,8 @@ int webserver_main(int argc, char *argv[]) netlib_set_ipv4netmask("eth0", &addr); /* New versions of netlib_set_ipvXaddr will not bring the network up, - * So ensure the network is really up at this point. */ + * So ensure the network is really up at this point. + */ netlib_ifup("eth0"); diff --git a/examples/wget/wget_main.c b/examples/wget/wget_main.c index 59cdf27b3..96c21a0d5 100644 --- a/examples/wget/wget_main.c +++ b/examples/wget/wget_main.c @@ -145,7 +145,8 @@ int wget_main(int argc, char *argv[]) netlib_set_ipv4netmask("eth0", &addr); /* New versions of netlib_set_ipvXaddr will not bring the network up, - * So ensure the network is really up at this point. */ + * So ensure the network is really up at this point. + */ netlib_ifup("eth0"); diff --git a/examples/xmlrpc/xmlrpc_main.c b/examples/xmlrpc/xmlrpc_main.c index 89003e738..db431163c 100644 --- a/examples/xmlrpc/xmlrpc_main.c +++ b/examples/xmlrpc/xmlrpc_main.c @@ -309,7 +309,8 @@ static int xmlrpc_netinit(void) netlib_set_ipv4netmask("eth0", &addr); /* New versions of netlib_set_ipvXaddr will not bring the network up, - * So ensure the network is really up at this point. */ + * So ensure the network is really up at this point. + */ netlib_ifup("eth0"); diff --git a/nshlib/nsh_netinit.c b/nshlib/nsh_netinit.c index 8b344f850..8e98881b0 100644 --- a/nshlib/nsh_netinit.c +++ b/nshlib/nsh_netinit.c @@ -359,7 +359,8 @@ static void nsh_netinit_configure(void) #endif /* New versions of netlib_set_ipvXaddr will not bring the network up, - * So ensure the network is really up at this point. */ + * So ensure the network is really up at this point. + */ netlib_ifup("eth0");