Home
last modified time | relevance | path

Searched full:neighbor (Results 1 – 25 of 54) sorted by relevance

123

/Zephyr-Core-2.7.6/subsys/net/ip/
Dnbr.h2 * @brief IPv6 neighbor management.
40 /* Alignment needed for various parts of the neighbor definition */
43 /* The neighbor node generic data. There can be sub-system specific
51 * The value NET_NBR_LLADDR_UNKNOWN tells that this neighbor
56 /** Amount of data that this neighbor buffer can store. */
59 /** Extra data size associated with this neighbor */
62 /** Interface this neighbor is found */
65 /** Pointer to the start of data in the neighbor table. */
68 /** Function to be called when the neighbor is removed. */
92 /** Link to a neighbor pool */
[all …]
Dipv6.h67 /* State of the neighbor */
80 * @brief IPv6 neighbor information.
95 /** Neighbor Solicitation reply timer */
98 /** State of the neighbor discovery */
101 /** Link metric for the neighbor */
107 /** Is the neighbor a router */
229 * @param nbr A valid pointer on current neighbor.
237 * start neighbor discovery to find it out. If ND needs to be done
238 * then the returned packet is the Neighbor Solicitation message
239 * and the original message is sent after Neighbor Advertisement
[all …]
DKconfig.ipv6108 bool "Neighbor cache"
111 The value depends on your network needs. Neighbor cache should
115 bool "Activate neighbor discovery"
183 module-str = Log level for IPv6 neighbor cache
184 module-help = Enables IPv6 Neighbor Cache code to output debug messages.
Droute.h32 * neighbor.
36 /** Next hop neighbor */
41 * @brief Route entry to a specific neighbor.
151 * @brief Get generic neighbor entry from route entry.
155 * @return Generic neighbor entry.
264 * @param nexthop Next hop neighbor IPv6 address is returned.
277 * @param nexthop Next hop neighbor IPv6 address.
Dipv6_nbr.c2 * @brief IPv6 Neighbor related functions
12 * neighbor cache contents.
38 * neighbor discovery procedures.
57 /* Global stale counter, whenever ipv6 neighbor enters into
59 * When network stack tries to add new neighbor and if table
60 * is full, oldest (oldest stale counter) neighbor in stale
86 /** Neighbor Solicitation reply timer */
96 neighbor,
221 * easier in the callback to use the neighbor information. in net_ipv6_nbr_foreach()
450 NET_DBG("Updating neighbor %s lladdr %s (was %s)", in dbg_update_neighbor_lladdr()
[all …]
Droute.c211 /* Note that the nexthop host must be already in the neighbor in nbr_nexthop_get()
218 NET_DBG("Next hop neighbor not found!"); in nbr_nexthop_get()
223 "Nexthop %s not in neighbor cache!", in nbr_nexthop_get()
329 NET_DBG("No such neighbor %s found", in net_route_add()
395 NET_ERR("Neighbor route alloc failed!"); in net_route_add()
615 NET_ERR("could not get neighbor data from next hop"); in net_route_get_nexthop()
803 /* Search in neighbor table first, if not search in routing table. */ in net_route_get_info()
844 NET_DBG("Cannot find %s neighbor", in net_route_packet()
851 NET_DBG("Cannot find %s neighbor link layer address.", in net_route_packet()
Dicmpv6.h124 #define NET_ICMPV6_NS 135 /* Neighbor Solicitation */
125 #define NET_ICMPV6_NA 136 /* Neighbor Advertisement */
DKconfig.stats58 Keep track of IPv6 Neighbor Discovery related statistics
Dicmpv6.c51 return "Neighbor Solicitation"; in net_icmpv6_type2str()
53 return "Neighbor Advertisement"; in net_icmpv6_type2str()
143 * that it is set properly using a value from neighbor cache. in icmpv6_handle_echo_request()
/Zephyr-Core-2.7.6/tests/net/neighbor/src/
Dmain.c35 printk("Neighbor %p removed\n", nbr); in net_neighbor_data_remove()
42 printk("Neighbor table %p cleared\n", table); in net_neighbor_table_clear()
84 /* First adding a neighbor and trying to add multiple hw addresses in test_neighbor()
88 zassert_not_null(nbr, "Cannot get neighbor from table %p\n", in test_neighbor()
102 /* One neighbor can have only one lladdr */ in test_neighbor()
149 zassert_true(1, "[%d] Cannot get neighbor from table %p\n", in test_neighbor()
208 zassert_true(1, "[%d] Cannot get neighbor from table %p\n", in test_neighbor()
307 ztest_test_suite(neighbor, in test_main()
309 ztest_run_test_suite(neighbor); in test_main()
/Zephyr-Core-2.7.6/tests/net/neighbor/
Dtestcase.yaml9 net.neighbor.preempt:
DCMakeLists.txt5 project(neighbor) project
/Zephyr-Core-2.7.6/tests/net/socket/net_mgmt/
Dprj.conf34 # We do not need neighbor discovery etc for this test
/Zephyr-Core-2.7.6/tests/net/socket/getaddrinfo/
Dprj.conf39 # We do not need neighbor discovery etc for this test
/Zephyr-Core-2.7.6/include/bluetooth/mesh/
Dheartbeat.h62 * Heartbeat received from an immediate neighbor has hop
69 * Heartbeat received from an immediate neighbor has hop
/Zephyr-Core-2.7.6/subsys/net/l2/ethernet/gptp/
DKconfig136 int "Set neighbor propagation delay threshold (ns)"
139 Defines the neighbor propagation delay threshold in nanoseconds.
/Zephyr-Core-2.7.6/doc/reference/networking/
Dnet_shell.rst36 "net nbr", "Print neighbor information. Only available if
/Zephyr-Core-2.7.6/subsys/net/l2/
DKconfig33 Neighbor Discovery cache causing the destination link address to be
/Zephyr-Core-2.7.6/samples/net/vlan/
Dvlan-setup-linux.sh72 # then you can flush the neighbor cache in Linux like this:
/Zephyr-Core-2.7.6/include/drivers/
Dptp_clock.h85 * @brief Adjust the PTP clock time change rate when compared to its neighbor.
/Zephyr-Core-2.7.6/subsys/net/l2/openthread/
DKconfig.features141 bool "Enable neighbor discovery agent support"
/Zephyr-Core-2.7.6/doc/guides/networking/
Doverview.rst28 * The IPv6 neighbor cache can be disabled if not needed, and its size can be
30 * The IPv6 neighbor discovery support
Dnetwork_monitoring.rst69 …[20210408Z14:33:21.194979] Ether / IPv6 / ICMPv6ND_NS / ICMPv6 Neighbor Discovery Option - Source …
70 …[20210408Z14:33:21.217528] Ether / IPv6 / ICMPv6ND_NA / ICMPv6 Neighbor Discovery Option - Destina…
/Zephyr-Core-2.7.6/tests/net/checksum_offload/src/
Dmain.c456 DBG("Cannot add dst %s to neighbor cache\n", in add_neighbor()
497 zassert_true(ret, "Cannot add neighbor"); in test_tx_chksum_offload_disabled_test_v6()
550 zassert_true(ret, "Cannot add neighbor"); in test_tx_chksum_offload_disabled_test_v4()
601 zassert_true(ret, "Cannot add neighbor"); in test_tx_chksum_offload_enabled_test_v6()
652 zassert_true(ret, "Cannot add neighbor"); in test_tx_chksum_offload_enabled_test_v4()
/Zephyr-Core-2.7.6/include/net/
Dnet_stats.h186 * @brief IPv6 neighbor discovery statistics
331 /** IPv6 neighbor discovery statistics */

123