File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 18
18
*
19
19
****************************************************************************/
20
20
21
- #ifndef _INCLUDE_NETINET_ICMP6_H
22
- #define _INCLUDE_NETINET_ICMP6_H
21
+ #ifndef __INCLUDE_NETINET_ICMP6_H
22
+ #define __INCLUDE_NETINET_ICMP6_H
23
23
24
24
/****************************************************************************
25
25
* Included Files
@@ -361,4 +361,4 @@ struct nd_opt_home_agent_info
361
361
uint16_t nd_opt_home_agent_info_lifetime ;
362
362
};
363
363
364
- #endif /* netinet/icmpv6.h */
364
+ #endif /* __INCLUDE_NETINET_ICMP6_H */
Original file line number Diff line number Diff line change 18
18
*
19
19
****************************************************************************/
20
20
21
- #ifndef _INCLUDE_NETINET_IF_ETHER_H
22
- #define _INCLUDE_NETINET_IF_ETHER_H
21
+ #ifndef __INCLUDE_NETINET_IF_ETHER_H
22
+ #define __INCLUDE_NETINET_IF_ETHER_H
23
23
24
24
/****************************************************************************
25
25
* Included Files
46
46
* RFC 826.
47
47
*/
48
48
49
- struct ether_arp
49
+ struct ether_arp
50
50
{
51
51
struct arphdr ea_hdr ; /* fixed-size header */
52
52
uint8_t arp_sha [ETH_ALEN ]; /* sender hardware address */
@@ -61,4 +61,4 @@ struct ether_arp
61
61
#define arp_pln ea_hdr.ar_pln
62
62
#define arp_op ea_hdr.ar_op
63
63
64
- #endif /* _INCLUDE_NETINET_IF_ETHER_H */
64
+ #endif /* __INCLUDE_NETINET_IF_ETHER_H */
You can’t perform that action at this time.
0 commit comments