Data Fields | |
| struct in6_addr | in6 |
| Target IP6 address. | |
| struct ll_protocol * | ll_protocol |
| Link layer protocol. | |
| uint8_t | ll_addr [MAX_LL_ADDR_LEN] |
| Link-layer address. | |
| int | state |
| State of the neighbour entry. | |
Definition at line 22 of file ndp.c.
struct in6_addr ndp_entry::in6 [read] |
Target IP6 address.
Definition at line 24 of file ndp.c.
Referenced by add_ndp_entry(), ndp_find_entry(), and ndp_process_advert().
struct ll_protocol* ndp_entry::ll_protocol [read] |
Link layer protocol.
Definition at line 26 of file ndp.c.
Referenced by add_ndp_entry(), and ndp_process_advert().
| uint8_t ndp_entry::ll_addr[MAX_LL_ADDR_LEN] |
Link-layer address.
Definition at line 28 of file ndp.c.
Referenced by add_ndp_entry(), ndp_process_advert(), and ndp_resolve().
| int ndp_entry::state |
State of the neighbour entry.
Definition at line 30 of file ndp.c.
Referenced by add_ndp_entry(), ndp_find_entry(), ndp_process_advert(), and ndp_resolve().
1.5.7.1