diff --git a/src/include/ipv4/lwip/autoip.h b/src/include/ipv4/lwip/autoip.h index 03023131..9a062c6a 100644 --- a/src/include/ipv4/lwip/autoip.h +++ b/src/include/ipv4/lwip/autoip.h @@ -41,8 +41,8 @@ * */ -#ifndef LWIP_HDR_AUTOIP_H__ -#define LWIP_HDR_AUTOIP_H__ +#ifndef LWIP_HDR_AUTOIP_H +#define LWIP_HDR_AUTOIP_H #include "lwip/opt.h" @@ -118,4 +118,4 @@ void autoip_network_changed(struct netif *netif); #endif /* LWIP_AUTOIP */ -#endif /* LWIP_HDR_AUTOIP_H__ */ +#endif /* LWIP_HDR_AUTOIP_H */ diff --git a/src/include/ipv4/lwip/icmp.h b/src/include/ipv4/lwip/icmp.h index 0ee1e929..85a0a352 100644 --- a/src/include/ipv4/lwip/icmp.h +++ b/src/include/ipv4/lwip/icmp.h @@ -29,8 +29,8 @@ * Author: Adam Dunkels * */ -#ifndef LWIP_HDR_ICMP_H__ -#define LWIP_HDR_ICMP_H__ +#ifndef LWIP_HDR_ICMP_H +#define LWIP_HDR_ICMP_H #include "lwip/opt.h" #include "lwip/pbuf.h" @@ -122,4 +122,4 @@ void icmp_time_exceeded(struct pbuf *p, enum icmp_te_type t); } #endif -#endif /* LWIP_HDR_ICMP_H__ */ +#endif /* LWIP_HDR_ICMP_H */ diff --git a/src/include/ipv4/lwip/igmp.h b/src/include/ipv4/lwip/igmp.h index 2365e10a..4687b1fd 100644 --- a/src/include/ipv4/lwip/igmp.h +++ b/src/include/ipv4/lwip/igmp.h @@ -32,8 +32,8 @@ * source code. */ -#ifndef LWIP_HDR_IGMP_H__ -#define LWIP_HDR_IGMP_H__ +#ifndef LWIP_HDR_IGMP_H +#define LWIP_HDR_IGMP_H #include "lwip/opt.h" #include "lwip/ip_addr.h" @@ -103,4 +103,4 @@ void igmp_tmr(void); #endif /* LWIP_IGMP */ -#endif /* LWIP_HDR_IGMP_H__ */ +#endif /* LWIP_HDR_IGMP_H */ diff --git a/src/include/ipv4/lwip/inet.h b/src/include/ipv4/lwip/inet.h index af73ff7b..2895d61e 100644 --- a/src/include/ipv4/lwip/inet.h +++ b/src/include/ipv4/lwip/inet.h @@ -29,8 +29,8 @@ * Author: Adam Dunkels * */ -#ifndef LWIP_HDR_INET_H__ -#define LWIP_HDR_INET_H__ +#ifndef LWIP_HDR_INET_H +#define LWIP_HDR_INET_H #include "lwip/opt.h" #include "lwip/def.h" @@ -118,4 +118,4 @@ struct in_addr { } #endif -#endif /* LWIP_HDR_INET_H__ */ +#endif /* LWIP_HDR_INET_H */ diff --git a/src/include/ipv4/lwip/ip4.h b/src/include/ipv4/lwip/ip4.h index a1f7194c..19ca66fb 100644 --- a/src/include/ipv4/lwip/ip4.h +++ b/src/include/ipv4/lwip/ip4.h @@ -29,8 +29,8 @@ * Author: Adam Dunkels * */ -#ifndef LWIP_HDR_IP4_H__ -#define LWIP_HDR_IP4_H__ +#ifndef LWIP_HDR_IP4_H +#define LWIP_HDR_IP4_H #include "lwip/opt.h" @@ -145,6 +145,6 @@ void ip_debug_print(struct pbuf *p); } #endif -#endif /* LWIP_HDR_IP_H__ */ +#endif /* LWIP_HDR_IP_H */ diff --git a/src/include/ipv4/lwip/ip4_addr.h b/src/include/ipv4/lwip/ip4_addr.h index 8df648c0..6f6318bd 100644 --- a/src/include/ipv4/lwip/ip4_addr.h +++ b/src/include/ipv4/lwip/ip4_addr.h @@ -29,8 +29,8 @@ * Author: Adam Dunkels * */ -#ifndef LWIP_HDR_IP4_ADDR_H__ -#define LWIP_HDR_IP4_ADDR_H__ +#ifndef LWIP_HDR_IP4_ADDR_H +#define LWIP_HDR_IP4_ADDR_H #include "lwip/opt.h" #include "lwip/def.h" @@ -244,4 +244,4 @@ char *ipaddr_ntoa_r(const ip_addr_t *addr, char *buf, int buflen); } #endif -#endif /* LWIP_HDR_IP_ADDR_H__ */ +#endif /* LWIP_HDR_IP_ADDR_H */ diff --git a/src/include/ipv4/lwip/ip_frag.h b/src/include/ipv4/lwip/ip_frag.h index 452e4293..4d395c72 100644 --- a/src/include/ipv4/lwip/ip_frag.h +++ b/src/include/ipv4/lwip/ip_frag.h @@ -30,8 +30,8 @@ * */ -#ifndef LWIP_HDR_IP_FRAG_H__ -#define LWIP_HDR_IP_FRAG_H__ +#ifndef LWIP_HDR_IP_FRAG_H +#define LWIP_HDR_IP_FRAG_H #include "lwip/opt.h" #include "lwip/err.h" @@ -88,4 +88,4 @@ err_t ip_frag(struct pbuf *p, struct netif *netif, ip_addr_t *dest); } #endif -#endif /* LWIP_HDR_IP_FRAG_H__ */ +#endif /* LWIP_HDR_IP_FRAG_H */ diff --git a/src/include/ipv6/lwip/dhcp6.h b/src/include/ipv6/lwip/dhcp6.h index 35590227..345bcf00 100644 --- a/src/include/ipv6/lwip/dhcp6.h +++ b/src/include/ipv6/lwip/dhcp6.h @@ -40,8 +40,8 @@ * */ -#ifndef LWIP_HDR_IP6_DHCP6_H__ -#define LWIP_HDR_IP6_DHCP6_H__ +#ifndef LWIP_HDR_IP6_DHCP6_H +#define LWIP_HDR_IP6_DHCP6_H #include "lwip/opt.h" @@ -55,4 +55,4 @@ struct dhcp6 #endif /* LWIP_IPV6_DHCP6 */ -#endif /* LWIP_HDR_IP6_DHCP6_H__ */ +#endif /* LWIP_HDR_IP6_DHCP6_H */ diff --git a/src/include/ipv6/lwip/ethip6.h b/src/include/ipv6/lwip/ethip6.h index 1bbe3e66..31fed183 100644 --- a/src/include/ipv6/lwip/ethip6.h +++ b/src/include/ipv6/lwip/ethip6.h @@ -39,8 +39,8 @@ * */ -#ifndef LWIP_HDR_ETHIP6_H__ -#define LWIP_HDR_ETHIP6_H__ +#ifndef LWIP_HDR_ETHIP6_H +#define LWIP_HDR_ETHIP6_H #include "lwip/opt.h" @@ -65,4 +65,4 @@ err_t ethip6_output(struct netif *netif, struct pbuf *q, ip6_addr_t *ip6addr); #endif /* LWIP_IPV6 && LWIP_ETHERNET */ -#endif /* LWIP_HDR_ETHIP6_H__ */ +#endif /* LWIP_HDR_ETHIP6_H */ diff --git a/src/include/ipv6/lwip/icmp6.h b/src/include/ipv6/lwip/icmp6.h index d5f5e92f..9db1ca2d 100644 --- a/src/include/ipv6/lwip/icmp6.h +++ b/src/include/ipv6/lwip/icmp6.h @@ -38,8 +38,8 @@ * Please coordinate changes and requests with Ivan Delamer * */ -#ifndef LWIP_HDR_ICMP6_H__ -#define LWIP_HDR_ICMP6_H__ +#ifndef LWIP_HDR_ICMP6_H +#define LWIP_HDR_ICMP6_H #include "lwip/opt.h" #include "lwip/pbuf.h" @@ -149,4 +149,4 @@ void icmp6_param_problem(struct pbuf *p, enum icmp6_pp_code c, u32_t pointer); #endif -#endif /* LWIP_HDR_ICMP6_H__ */ +#endif /* LWIP_HDR_ICMP6_H */ diff --git a/src/include/ipv6/lwip/inet6.h b/src/include/ipv6/lwip/inet6.h index 5a0fa801..afaa9239 100644 --- a/src/include/ipv6/lwip/inet6.h +++ b/src/include/ipv6/lwip/inet6.h @@ -38,8 +38,8 @@ * Please coordinate changes and requests with Ivan Delamer * */ -#ifndef LWIP_HDR_INET6_H__ -#define LWIP_HDR_INET6_H__ +#ifndef LWIP_HDR_INET6_H +#define LWIP_HDR_INET6_H #include "lwip/opt.h" @@ -88,5 +88,5 @@ struct in6_addr { #endif /* LWIP_IPV6 */ -#endif /* LWIP_HDR_INET6_H__ */ +#endif /* LWIP_HDR_INET6_H */ diff --git a/src/include/ipv6/lwip/ip6.h b/src/include/ipv6/lwip/ip6.h index 43f65c6b..a5c599c4 100644 --- a/src/include/ipv6/lwip/ip6.h +++ b/src/include/ipv6/lwip/ip6.h @@ -38,8 +38,8 @@ * Please coordinate changes and requests with Ivan Delamer * */ -#ifndef LWIP_HDR_IP6_H__ -#define LWIP_HDR_IP6_H__ +#ifndef LWIP_HDR_IP6_H +#define LWIP_HDR_IP6_H #include "lwip/opt.h" @@ -195,4 +195,4 @@ void ip6_debug_print(struct pbuf *p); #endif /* LWIP_IPV6 */ -#endif /* LWIP_HDR_IP6_H__ */ +#endif /* LWIP_HDR_IP6_H */ diff --git a/src/include/ipv6/lwip/ip6_addr.h b/src/include/ipv6/lwip/ip6_addr.h index 3911c133..ace219c5 100644 --- a/src/include/ipv6/lwip/ip6_addr.h +++ b/src/include/ipv6/lwip/ip6_addr.h @@ -39,8 +39,8 @@ * Please coordinate changes and requests with Ivan Delamer * */ -#ifndef LWIP_HDR_IP6_ADDR_H__ -#define LWIP_HDR_IP6_ADDR_H__ +#ifndef LWIP_HDR_IP6_ADDR_H +#define LWIP_HDR_IP6_ADDR_H #include "lwip/opt.h" @@ -286,4 +286,4 @@ char *ip6addr_ntoa_r(const ip6_addr_t *addr, char *buf, int buflen); #endif /* LWIP_IPV6 */ -#endif /* LWIP_HDR_IP6_ADDR_H__ */ +#endif /* LWIP_HDR_IP6_ADDR_H */ diff --git a/src/include/ipv6/lwip/ip6_frag.h b/src/include/ipv6/lwip/ip6_frag.h index af40af09..9987914d 100644 --- a/src/include/ipv6/lwip/ip6_frag.h +++ b/src/include/ipv6/lwip/ip6_frag.h @@ -38,8 +38,8 @@ * Please coordinate changes and requests with Ivan Delamer * */ -#ifndef LWIP_HDR_IP6_FRAG_H__ -#define LWIP_HDR_IP6_FRAG_H__ +#ifndef LWIP_HDR_IP6_FRAG_H +#define LWIP_HDR_IP6_FRAG_H #include "lwip/opt.h" #include "lwip/pbuf.h" @@ -99,4 +99,4 @@ err_t ip6_frag(struct pbuf *p, struct netif *netif, ip6_addr_t *dest); } #endif -#endif /* LWIP_HDR_IP6_FRAG_H__ */ +#endif /* LWIP_HDR_IP6_FRAG_H */ diff --git a/src/include/ipv6/lwip/mld6.h b/src/include/ipv6/lwip/mld6.h index 55d44973..a8f42e52 100644 --- a/src/include/ipv6/lwip/mld6.h +++ b/src/include/ipv6/lwip/mld6.h @@ -40,8 +40,8 @@ * */ -#ifndef LWIP_HDR_MLD6_H__ -#define LWIP_HDR_MLD6_H__ +#ifndef LWIP_HDR_MLD6_H +#define LWIP_HDR_MLD6_H #include "lwip/opt.h" @@ -115,4 +115,4 @@ err_t mld6_leavegroup(ip6_addr_t *srcaddr, ip6_addr_t *groupaddr); #endif /* LWIP_IPV6_MLD && LWIP_IPV6 */ -#endif /* LWIP_HDR_MLD6_H__ */ +#endif /* LWIP_HDR_MLD6_H */ diff --git a/src/include/ipv6/lwip/nd6.h b/src/include/ipv6/lwip/nd6.h index 6efae5de..916e2f54 100644 --- a/src/include/ipv6/lwip/nd6.h +++ b/src/include/ipv6/lwip/nd6.h @@ -41,8 +41,8 @@ * */ -#ifndef LWIP_HDR_ND6_H__ -#define LWIP_HDR_ND6_H__ +#ifndef LWIP_HDR_ND6_H +#define LWIP_HDR_ND6_H #include "lwip/opt.h" @@ -359,4 +359,4 @@ void nd6_reachability_hint(ip6_addr_t * ip6addr); #endif /* LWIP_IPV6 */ -#endif /* LWIP_HDR_ND6_H__ */ +#endif /* LWIP_HDR_ND6_H */ diff --git a/src/include/lwip/api.h b/src/include/lwip/api.h index 8028133b..11cefba3 100644 --- a/src/include/lwip/api.h +++ b/src/include/lwip/api.h @@ -29,8 +29,8 @@ * Author: Adam Dunkels * */ -#ifndef LWIP_HDR_API_H__ -#define LWIP_HDR_API_H__ +#ifndef LWIP_HDR_API_H +#define LWIP_HDR_API_H #include "lwip/opt.h" @@ -335,4 +335,4 @@ err_t netconn_gethostbyname(const char *name, ip_addr_t *addr); #endif /* LWIP_NETCONN */ -#endif /* LWIP_HDR_API_H__ */ +#endif /* LWIP_HDR_API_H */ diff --git a/src/include/lwip/api_msg.h b/src/include/lwip/api_msg.h index 37a60055..c796a553 100644 --- a/src/include/lwip/api_msg.h +++ b/src/include/lwip/api_msg.h @@ -29,8 +29,8 @@ * Author: Adam Dunkels * */ -#ifndef LWIP_HDR_API_MSG_H__ -#define LWIP_HDR_API_MSG_H__ +#ifndef LWIP_HDR_API_MSG_H +#define LWIP_HDR_API_MSG_H #include "lwip/opt.h" @@ -184,4 +184,4 @@ void netconn_free(struct netconn *conn); #endif /* LWIP_NETCONN */ -#endif /* LWIP_HDR_API_MSG_H__ */ +#endif /* LWIP_HDR_API_MSG_H */ diff --git a/src/include/lwip/arch.h b/src/include/lwip/arch.h index 5c456f57..d655d14c 100644 --- a/src/include/lwip/arch.h +++ b/src/include/lwip/arch.h @@ -29,8 +29,8 @@ * Author: Adam Dunkels * */ -#ifndef LWIP_HDR_ARCH_H__ -#define LWIP_HDR_ARCH_H__ +#ifndef LWIP_HDR_ARCH_H +#define LWIP_HDR_ARCH_H #ifndef LITTLE_ENDIAN #define LITTLE_ENDIAN 1234 @@ -214,4 +214,4 @@ extern int errno; } #endif -#endif /* LWIP_HDR_ARCH_H__ */ +#endif /* LWIP_HDR_ARCH_H */ diff --git a/src/include/lwip/debug.h b/src/include/lwip/debug.h index 777bd6b6..98ec3472 100644 --- a/src/include/lwip/debug.h +++ b/src/include/lwip/debug.h @@ -29,8 +29,8 @@ * Author: Adam Dunkels * */ -#ifndef LWIP_HDR_DEBUG_H__ -#define LWIP_HDR_DEBUG_H__ +#ifndef LWIP_HDR_DEBUG_H +#define LWIP_HDR_DEBUG_H #include "lwip/arch.h" #include "lwip/opt.h" @@ -95,5 +95,5 @@ #define LWIP_DEBUGF(debug, message) #endif /* LWIP_DEBUG */ -#endif /* LWIP_HDR_DEBUG_H__ */ +#endif /* LWIP_HDR_DEBUG_H */ diff --git a/src/include/lwip/def.h b/src/include/lwip/def.h index 117acd62..c985a875 100644 --- a/src/include/lwip/def.h +++ b/src/include/lwip/def.h @@ -29,8 +29,8 @@ * Author: Adam Dunkels * */ -#ifndef LWIP_HDR_DEF_H__ -#define LWIP_HDR_DEF_H__ +#ifndef LWIP_HDR_DEF_H +#define LWIP_HDR_DEF_H /* arch.h might define NULL already */ #include "lwip/arch.h" @@ -119,5 +119,5 @@ u32_t lwip_ntohl(u32_t x); } #endif -#endif /* LWIP_HDR_DEF_H__ */ +#endif /* LWIP_HDR_DEF_H */ diff --git a/src/include/lwip/dhcp.h b/src/include/lwip/dhcp.h index e8ce859a..ca41eb04 100644 --- a/src/include/lwip/dhcp.h +++ b/src/include/lwip/dhcp.h @@ -1,8 +1,8 @@ /** @file */ -#ifndef LWIP_HDR_DHCP_H__ -#define LWIP_HDR_DHCP_H__ +#ifndef LWIP_HDR_DHCP_H +#define LWIP_HDR_DHCP_H #include "lwip/opt.h" @@ -239,4 +239,4 @@ void dhcp_fine_tmr(void); #endif /* LWIP_DHCP */ -#endif /*LWIP_HDR_DHCP_H__*/ +#endif /*LWIP_HDR_DHCP_H*/ diff --git a/src/include/lwip/dns.h b/src/include/lwip/dns.h index f5770428..e5530ef5 100644 --- a/src/include/lwip/dns.h +++ b/src/include/lwip/dns.h @@ -31,8 +31,8 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef LWIP_HDR_DNS_H__ -#define LWIP_HDR_DNS_H__ +#ifndef LWIP_HDR_DNS_H +#define LWIP_HDR_DNS_H #include "lwip/opt.h" @@ -121,4 +121,4 @@ err_t dns_local_addhost(const char *hostname, const ip_addr_t *addr); #endif /* LWIP_DNS */ -#endif /* LWIP_HDR_DNS_H__ */ +#endif /* LWIP_HDR_DNS_H */ diff --git a/src/include/lwip/err.h b/src/include/lwip/err.h index 3f88bb3d..d12d5894 100644 --- a/src/include/lwip/err.h +++ b/src/include/lwip/err.h @@ -29,8 +29,8 @@ * Author: Adam Dunkels * */ -#ifndef LWIP_HDR_ERR_H__ -#define LWIP_HDR_ERR_H__ +#ifndef LWIP_HDR_ERR_H +#define LWIP_HDR_ERR_H #include "lwip/opt.h" #include "lwip/arch.h" @@ -82,4 +82,4 @@ extern const char *lwip_strerr(err_t err); } #endif -#endif /* LWIP_HDR_ERR_H__ */ +#endif /* LWIP_HDR_ERR_H */ diff --git a/src/include/lwip/inet_chksum.h b/src/include/lwip/inet_chksum.h index 0a7e04bc..4171d0ae 100644 --- a/src/include/lwip/inet_chksum.h +++ b/src/include/lwip/inet_chksum.h @@ -29,8 +29,8 @@ * Author: Adam Dunkels * */ -#ifndef LWIP_HDR_INET_CHKSUM_H__ -#define LWIP_HDR_INET_CHKSUM_H__ +#ifndef LWIP_HDR_INET_CHKSUM_H +#define LWIP_HDR_INET_CHKSUM_H #include "lwip/opt.h" @@ -108,5 +108,5 @@ u16_t ip6_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len, } #endif -#endif /* LWIP_HDR_INET_H__ */ +#endif /* LWIP_HDR_INET_H */ diff --git a/src/include/lwip/init.h b/src/include/lwip/init.h index 3817dc07..0a359938 100644 --- a/src/include/lwip/init.h +++ b/src/include/lwip/init.h @@ -29,8 +29,8 @@ * Author: Adam Dunkels * */ -#ifndef LWIP_HDR_INIT_H__ -#define LWIP_HDR_INIT_H__ +#ifndef LWIP_HDR_INIT_H +#define LWIP_HDR_INIT_H #include "lwip/opt.h" @@ -69,4 +69,4 @@ void lwip_init(void); } #endif -#endif /* LWIP_HDR_INIT_H__ */ +#endif /* LWIP_HDR_INIT_H */ diff --git a/src/include/lwip/mem.h b/src/include/lwip/mem.h index f016d04d..97bef3a5 100644 --- a/src/include/lwip/mem.h +++ b/src/include/lwip/mem.h @@ -29,8 +29,8 @@ * Author: Adam Dunkels * */ -#ifndef LWIP_HDR_MEM_H__ -#define LWIP_HDR_MEM_H__ +#ifndef LWIP_HDR_MEM_H +#define LWIP_HDR_MEM_H #include "lwip/opt.h" @@ -120,4 +120,4 @@ void mem_free(void *mem); } #endif -#endif /* LWIP_HDR_MEM_H__ */ +#endif /* LWIP_HDR_MEM_H */ diff --git a/src/include/lwip/memp.h b/src/include/lwip/memp.h index fc3c5e5a..fe5240e8 100644 --- a/src/include/lwip/memp.h +++ b/src/include/lwip/memp.h @@ -30,8 +30,8 @@ * */ -#ifndef LWIP_HDR_MEMP_H__ -#define LWIP_HDR_MEMP_H__ +#ifndef LWIP_HDR_MEMP_H +#define LWIP_HDR_MEMP_H #include "lwip/opt.h" @@ -113,4 +113,4 @@ void memp_free(memp_t type, void *mem); } #endif -#endif /* LWIP_HDR_MEMP_H__ */ +#endif /* LWIP_HDR_MEMP_H */ diff --git a/src/include/lwip/netbuf.h b/src/include/lwip/netbuf.h index f203cba3..58f80fa8 100644 --- a/src/include/lwip/netbuf.h +++ b/src/include/lwip/netbuf.h @@ -29,8 +29,8 @@ * Author: Adam Dunkels * */ -#ifndef LWIP_HDR_NETBUF_H__ -#define LWIP_HDR_NETBUF_H__ +#ifndef LWIP_HDR_NETBUF_H +#define LWIP_HDR_NETBUF_H #include "lwip/opt.h" #include "lwip/pbuf.h" @@ -109,4 +109,4 @@ void netbuf_first (struct netbuf *buf); } #endif -#endif /* LWIP_HDR_NETBUF_H__ */ +#endif /* LWIP_HDR_NETBUF_H */ diff --git a/src/include/lwip/netdb.h b/src/include/lwip/netdb.h index 59312688..c6039f7b 100644 --- a/src/include/lwip/netdb.h +++ b/src/include/lwip/netdb.h @@ -26,8 +26,8 @@ * Author: Simon Goldschmidt * */ -#ifndef LWIP_HDR_NETDB_H__ -#define LWIP_HDR_NETDB_H__ +#ifndef LWIP_HDR_NETDB_H +#define LWIP_HDR_NETDB_H #include "lwip/opt.h" @@ -121,4 +121,4 @@ int lwip_getaddrinfo(const char *nodename, #endif /* LWIP_DNS && LWIP_SOCKET */ -#endif /* LWIP_HDR_NETDB_H__ */ +#endif /* LWIP_HDR_NETDB_H */ diff --git a/src/include/lwip/netif.h b/src/include/lwip/netif.h index 0ace60c4..8a9a9a3a 100644 --- a/src/include/lwip/netif.h +++ b/src/include/lwip/netif.h @@ -29,8 +29,8 @@ * Author: Adam Dunkels * */ -#ifndef LWIP_HDR_NETIF_H__ -#define LWIP_HDR_NETIF_H__ +#ifndef LWIP_HDR_NETIF_H +#define LWIP_HDR_NETIF_H #include "lwip/opt.h" @@ -384,4 +384,4 @@ void netif_create_ip6_linklocal_address(struct netif * netif, u8_t from_mac_48bi } #endif -#endif /* LWIP_HDR_NETIF_H__ */ +#endif /* LWIP_HDR_NETIF_H */ diff --git a/src/include/lwip/netifapi.h b/src/include/lwip/netifapi.h index d6a86464..5d7738a6 100644 --- a/src/include/lwip/netifapi.h +++ b/src/include/lwip/netifapi.h @@ -25,8 +25,8 @@ * */ -#ifndef LWIP_HDR_NETIFAPI_H__ -#define LWIP_HDR_NETIFAPI_H__ +#ifndef LWIP_HDR_NETIFAPI_H +#define LWIP_HDR_NETIFAPI_H #include "lwip/opt.h" @@ -114,4 +114,4 @@ err_t netifapi_netif_common ( struct netif *netif, #endif /* LWIP_NETIF_API */ -#endif /* LWIP_HDR_NETIFAPI_H__ */ +#endif /* LWIP_HDR_NETIFAPI_H */ diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index 391c3663..f7b421da 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -35,8 +35,8 @@ * Author: Adam Dunkels * */ -#ifndef LWIP_HDR_OPT_H__ -#define LWIP_HDR_OPT_H__ +#ifndef LWIP_HDR_OPT_H +#define LWIP_HDR_OPT_H /* * Include user defined options first. Anything not defined in these files @@ -2539,4 +2539,4 @@ #define IP6_DEBUG LWIP_DBG_OFF #endif -#endif /* LWIP_HDR_OPT_H__ */ +#endif /* LWIP_HDR_OPT_H */ diff --git a/src/include/lwip/pbuf.h b/src/include/lwip/pbuf.h index 624dccde..058e7013 100644 --- a/src/include/lwip/pbuf.h +++ b/src/include/lwip/pbuf.h @@ -30,8 +30,8 @@ * */ -#ifndef LWIP_HDR_PBUF_H__ -#define LWIP_HDR_PBUF_H__ +#ifndef LWIP_HDR_PBUF_H +#define LWIP_HDR_PBUF_H #include "lwip/opt.h" #include "lwip/err.h" @@ -185,4 +185,4 @@ u16_t pbuf_strstr(struct pbuf* p, const char* substr); } #endif -#endif /* LWIP_HDR_PBUF_H__ */ +#endif /* LWIP_HDR_PBUF_H */ diff --git a/src/include/lwip/raw.h b/src/include/lwip/raw.h index 07361c1b..350e29de 100644 --- a/src/include/lwip/raw.h +++ b/src/include/lwip/raw.h @@ -29,8 +29,8 @@ * Author: Adam Dunkels * */ -#ifndef LWIP_HDR_RAW_H__ -#define LWIP_HDR_RAW_H__ +#ifndef LWIP_HDR_RAW_H +#define LWIP_HDR_RAW_H #include "lwip/opt.h" @@ -133,4 +133,4 @@ u8_t raw_input (struct pbuf *p, struct netif *inp); #endif /* LWIP_RAW */ -#endif /* LWIP_HDR_RAW_H__ */ +#endif /* LWIP_HDR_RAW_H */ diff --git a/src/include/lwip/sio.h b/src/include/lwip/sio.h index 8d8fe77f..23d116b3 100644 --- a/src/include/lwip/sio.h +++ b/src/include/lwip/sio.h @@ -32,8 +32,8 @@ * It needs to be implemented by those platforms which need SLIP or PPP */ -#ifndef SIO_H__ -#define SIO_H__ +#ifndef SIO_H +#define SIO_H #include "lwip/arch.h" @@ -138,4 +138,4 @@ void sio_read_abort(sio_fd_t fd); } #endif -#endif /* SIO_H__ */ +#endif /* SIO_H */ diff --git a/src/include/lwip/snmp.h b/src/include/lwip/snmp.h index 3f40c44c..101bb66d 100644 --- a/src/include/lwip/snmp.h +++ b/src/include/lwip/snmp.h @@ -30,8 +30,8 @@ * Author: Leon Woestenberg * */ -#ifndef LWIP_HDR_SNMP_H__ -#define LWIP_HDR_SNMP_H__ +#ifndef LWIP_HDR_SNMP_H +#define LWIP_HDR_SNMP_H #include "lwip/opt.h" @@ -364,4 +364,4 @@ void snmp_get_snmpenableauthentraps(u8_t *value); } #endif -#endif /* LWIP_HDR_SNMP_H__ */ +#endif /* LWIP_HDR_SNMP_H */ diff --git a/src/include/lwip/snmp_asn1.h b/src/include/lwip/snmp_asn1.h index e676cd5b..9ef92288 100644 --- a/src/include/lwip/snmp_asn1.h +++ b/src/include/lwip/snmp_asn1.h @@ -32,8 +32,8 @@ * Author: Christiaan Simons */ -#ifndef LWIP_HDR_SNMP_ASN1_H__ -#define LWIP_HDR_SNMP_ASN1_H__ +#ifndef LWIP_HDR_SNMP_ASN1_H +#define LWIP_HDR_SNMP_ASN1_H #include "lwip/opt.h" #include "lwip/err.h" @@ -98,4 +98,4 @@ err_t snmp_asn1_enc_raw(struct pbuf *p, u16_t ofs, u16_t raw_len, u8_t *raw); #endif /* LWIP_SNMP */ -#endif /* LWIP_HDR_SNMP_ASN1_H__ */ +#endif /* LWIP_HDR_SNMP_ASN1_H */ diff --git a/src/include/lwip/snmp_msg.h b/src/include/lwip/snmp_msg.h index 2f8ec32d..3f65395d 100644 --- a/src/include/lwip/snmp_msg.h +++ b/src/include/lwip/snmp_msg.h @@ -32,8 +32,8 @@ * Author: Christiaan Simons */ -#ifndef LWIP_HDR_SNMP_MSG_H__ -#define LWIP_HDR_SNMP_MSG_H__ +#ifndef LWIP_HDR_SNMP_MSG_H +#define LWIP_HDR_SNMP_MSG_H #include "lwip/opt.h" #include "lwip/snmp.h" @@ -312,4 +312,4 @@ void snmp_authfail_trap(void); #endif /* LWIP_SNMP */ -#endif /* LWIP_HDR_SNMP_MSG_H__ */ +#endif /* LWIP_HDR_SNMP_MSG_H */ diff --git a/src/include/lwip/snmp_structs.h b/src/include/lwip/snmp_structs.h index 25bba731..61fef8ee 100644 --- a/src/include/lwip/snmp_structs.h +++ b/src/include/lwip/snmp_structs.h @@ -34,8 +34,8 @@ * Author: Christiaan Simons */ -#ifndef LWIP_HDR_SNMP_STRUCTS_H__ -#define LWIP_HDR_SNMP_STRUCTS_H__ +#ifndef LWIP_HDR_SNMP_STRUCTS_H +#define LWIP_HDR_SNMP_STRUCTS_H #include "lwip/opt.h" @@ -265,4 +265,4 @@ u8_t snmp_iso_prefix_expand(u8_t ident_len, s32_t *ident, struct snmp_obj_id *oi #endif /* LWIP_SNMP */ -#endif /* LWIP_HDR_SNMP_STRUCTS_H__ */ +#endif /* LWIP_HDR_SNMP_STRUCTS_H */ diff --git a/src/include/lwip/sockets.h b/src/include/lwip/sockets.h index 01c63d32..7406dca8 100644 --- a/src/include/lwip/sockets.h +++ b/src/include/lwip/sockets.h @@ -31,8 +31,8 @@ */ -#ifndef LWIP_HDR_SOCKETS_H__ -#define LWIP_HDR_SOCKETS_H__ +#ifndef LWIP_HDR_SOCKETS_H +#define LWIP_HDR_SOCKETS_H #include "lwip/opt.h" @@ -472,4 +472,4 @@ int lwip_fcntl(int s, int cmd, int val); #endif /* LWIP_SOCKET */ -#endif /* LWIP_HDR_SOCKETS_H__ */ +#endif /* LWIP_HDR_SOCKETS_H */ diff --git a/src/include/lwip/stats.h b/src/include/lwip/stats.h index 7f82fb88..d7709dee 100644 --- a/src/include/lwip/stats.h +++ b/src/include/lwip/stats.h @@ -29,8 +29,8 @@ * Author: Adam Dunkels * */ -#ifndef LWIP_HDR_STATS_H__ -#define LWIP_HDR_STATS_H__ +#ifndef LWIP_HDR_STATS_H +#define LWIP_HDR_STATS_H #include "lwip/opt.h" @@ -344,4 +344,4 @@ void stats_display_sys(struct stats_sys *sys); } #endif -#endif /* LWIP_HDR_STATS_H__ */ +#endif /* LWIP_HDR_STATS_H */ diff --git a/src/include/lwip/sys.h b/src/include/lwip/sys.h index 3e1b070b..dd47962b 100644 --- a/src/include/lwip/sys.h +++ b/src/include/lwip/sys.h @@ -29,8 +29,8 @@ * Author: Adam Dunkels * */ -#ifndef LWIP_HDR_SYS_H__ -#define LWIP_HDR_SYS_H__ +#ifndef LWIP_HDR_SYS_H +#define LWIP_HDR_SYS_H #include "lwip/opt.h" @@ -333,4 +333,4 @@ void sys_arch_unprotect(sys_prot_t pval); } #endif -#endif /* LWIP_HDR_SYS_H__ */ +#endif /* LWIP_HDR_SYS_H */ diff --git a/src/include/lwip/tcp.h b/src/include/lwip/tcp.h index 748490b6..134cd6bb 100644 --- a/src/include/lwip/tcp.h +++ b/src/include/lwip/tcp.h @@ -29,8 +29,8 @@ * Author: Adam Dunkels * */ -#ifndef LWIP_HDR_TCP_H__ -#define LWIP_HDR_TCP_H__ +#ifndef LWIP_HDR_TCP_H +#define LWIP_HDR_TCP_H #include "lwip/opt.h" @@ -414,4 +414,4 @@ struct tcp_pcb * tcp_listen_dual_with_backlog(struct tcp_pcb *pcb, u8_t backlog) #endif /* LWIP_TCP */ -#endif /* LWIP_HDR_TCP_H__ */ +#endif /* LWIP_HDR_TCP_H */ diff --git a/src/include/lwip/tcp_impl.h b/src/include/lwip/tcp_impl.h index 9e7a97c4..814f943b 100644 --- a/src/include/lwip/tcp_impl.h +++ b/src/include/lwip/tcp_impl.h @@ -29,8 +29,8 @@ * Author: Adam Dunkels * */ -#ifndef LWIP_HDR_TCP_IMPL_H__ -#define LWIP_HDR_TCP_IMPL_H__ +#ifndef LWIP_HDR_TCP_IMPL_H +#define LWIP_HDR_TCP_IMPL_H #include "lwip/opt.h" @@ -527,4 +527,4 @@ void tcp_timer_needed(void); #endif /* LWIP_TCP */ -#endif /* LWIP_HDR_TCP_H__ */ +#endif /* LWIP_HDR_TCP_H */ diff --git a/src/include/lwip/tcpip.h b/src/include/lwip/tcpip.h index 03bda17a..a27905bc 100644 --- a/src/include/lwip/tcpip.h +++ b/src/include/lwip/tcpip.h @@ -29,8 +29,8 @@ * Author: Adam Dunkels * */ -#ifndef LWIP_HDR_TCPIP_H__ -#define LWIP_HDR_TCPIP_H__ +#ifndef LWIP_HDR_TCPIP_H +#define LWIP_HDR_TCPIP_H #include "lwip/opt.h" @@ -205,4 +205,4 @@ struct tcpip_msg { #endif /* !NO_SYS */ -#endif /* LWIP_HDR_TCPIP_H__ */ +#endif /* LWIP_HDR_TCPIP_H */ diff --git a/src/include/lwip/timers.h b/src/include/lwip/timers.h index b46ed276..48a9508c 100644 --- a/src/include/lwip/timers.h +++ b/src/include/lwip/timers.h @@ -30,8 +30,8 @@ * Simon Goldschmidt * */ -#ifndef LWIP_HDR_TIMERS_H__ -#define LWIP_HDR_TIMERS_H__ +#ifndef LWIP_HDR_TIMERS_H +#define LWIP_HDR_TIMERS_H #include "lwip/opt.h" @@ -97,4 +97,4 @@ void sys_timeouts_mbox_fetch(sys_mbox_t *mbox, void **msg); #endif #endif /* LWIP_TIMERS */ -#endif /* LWIP_HDR_TIMERS_H__ */ +#endif /* LWIP_HDR_TIMERS_H */ diff --git a/src/include/lwip/udp.h b/src/include/lwip/udp.h index 8a5e5635..927c2f57 100644 --- a/src/include/lwip/udp.h +++ b/src/include/lwip/udp.h @@ -29,8 +29,8 @@ * Author: Adam Dunkels * */ -#ifndef LWIP_HDR_UDP_H__ -#define LWIP_HDR_UDP_H__ +#ifndef LWIP_HDR_UDP_H +#define LWIP_HDR_UDP_H #include "lwip/opt.h" @@ -218,4 +218,4 @@ void udp_debug_print(struct udp_hdr *udphdr); #endif /* LWIP_UDP */ -#endif /* LWIP_HDR_UDP_H__ */ +#endif /* LWIP_HDR_UDP_H */ diff --git a/src/include/netif/etharp.h b/src/include/netif/etharp.h index 0d52e0ec..9dd26fa9 100644 --- a/src/include/netif/etharp.h +++ b/src/include/netif/etharp.h @@ -32,8 +32,8 @@ * */ -#ifndef LWIP_HDR_NETIF_ETHARP_H__ -#define LWIP_HDR_NETIF_ETHARP_H__ +#ifndef LWIP_HDR_NETIF_ETHARP_H +#define LWIP_HDR_NETIF_ETHARP_H #include "lwip/opt.h" @@ -226,4 +226,4 @@ extern const struct eth_addr ethbroadcast, ethzero; } #endif -#endif /* LWIP_HDR_NETIF_ARP_H__ */ +#endif /* LWIP_HDR_NETIF_ARP_H */ diff --git a/src/include/netif/slipif.h b/src/include/netif/slipif.h index f739174d..d34b269b 100644 --- a/src/include/netif/slipif.h +++ b/src/include/netif/slipif.h @@ -31,8 +31,8 @@ * Author: Adam Dunkels * */ -#ifndef LWIP_HDR_NETIF_SLIPIF_H__ -#define LWIP_HDR_NETIF_SLIPIF_H__ +#ifndef LWIP_HDR_NETIF_SLIPIF_H +#define LWIP_HDR_NETIF_SLIPIF_H #include "lwip/opt.h" #include "lwip/netif.h" @@ -77,5 +77,5 @@ void slipif_received_bytes(struct netif *netif, u8_t *data, u8_t len); } #endif -#endif /* LWIP_HDR_NETIF_SLIPIF_H__ */ +#endif /* LWIP_HDR_NETIF_SLIPIF_H */