9a9b91c940
It's finally done.. Signed-off-by: kaguya <vpshinomiya@protonmail.com>
22 lines
395 B
C
22 lines
395 B
C
#ifndef _GLIBC_NETINET_ICMP6_H
|
|
#define _GLIBC_NETINET_ICMP6_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#define ND_OPT_SOURCE_LINKADDR 1
|
|
#define ND_OPT_TARGET_LINKADDR 2
|
|
#define ND_OPT_PREFIX_INFORMATION 3
|
|
#define ND_OPT_REDIRECTED_HEADER 4
|
|
#define ND_OPT_MTU 5
|
|
#define ND_OPT_RTR_ADV_INTERVAL 7
|
|
#define ND_OPT_HOME_AGENT_INFO 8
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* _GLIBC_NETINET_ICMP6_H */
|
|
|