mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-27 18:47:13 +08:00
Minor: Documentation updates
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
*
|
||||
* @return
|
||||
* - ERR_RTE No route to destination (no gateway to external networks),
|
||||
* or the return type of either etharp_query() or ethernet_output().
|
||||
* or the return type of either nd6_queue_packet() or ethernet_output().
|
||||
*/
|
||||
err_t
|
||||
ethip6_output(struct netif *netif, struct pbuf *q, const ip6_addr_t *ip6addr)
|
||||
|
||||
@@ -227,7 +227,9 @@ netif_input(struct pbuf *p, struct netif *inp)
|
||||
* These functions use netif flags NETIF_FLAG_ETHARP and NETIF_FLAG_ETHERNET
|
||||
* to decide whether to forward to ethernet_input() or ip_input().
|
||||
* In other words, the functions only work when the netif
|
||||
* driver is implemented correctly!
|
||||
* driver is implemented correctly!\n
|
||||
* Members of struct netif should be be initialized by the
|
||||
* netif init function = netif driver (init parameter of this function).
|
||||
*
|
||||
* @return netif, or NULL if failed.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user