mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 21:44:38 +08:00
minor: fix typos and spaces
This commit is contained in:
parent
10ae311a93
commit
0074022bb5
@ -1141,7 +1141,7 @@ ip6_input_cleanup:
|
|||||||
* @param netif the netif on which to send this packet
|
* @param netif the netif on which to send this packet
|
||||||
* @return ERR_OK if the packet was sent OK
|
* @return ERR_OK if the packet was sent OK
|
||||||
* ERR_BUF if p doesn't have enough space for IPv6/LINK headers
|
* ERR_BUF if p doesn't have enough space for IPv6/LINK headers
|
||||||
* returns errors returned by netif->output
|
* returns errors returned by netif->output_ip6
|
||||||
*/
|
*/
|
||||||
err_t
|
err_t
|
||||||
ip6_output_if(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *dest,
|
ip6_output_if(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *dest,
|
||||||
|
@ -78,7 +78,7 @@
|
|||||||
/** LWIP_RFC7668_LINUX_WORKAROUND_PUBLIC_ADDRESS:
|
/** LWIP_RFC7668_LINUX_WORKAROUND_PUBLIC_ADDRESS:
|
||||||
* Currently, the linux kernel driver for 6lowpan sets/clears a bit in
|
* Currently, the linux kernel driver for 6lowpan sets/clears a bit in
|
||||||
* the address, depending on the BD address (either public or not).
|
* the address, depending on the BD address (either public or not).
|
||||||
* Might not be RFC7668 conform, so you may select to do that (=1) or
|
* Might not be RFC7668 conform, so you may select to do that (=1) or
|
||||||
* not (=0) */
|
* not (=0) */
|
||||||
#ifndef LWIP_RFC7668_LINUX_WORKAROUND_PUBLIC_ADDRESS
|
#ifndef LWIP_RFC7668_LINUX_WORKAROUND_PUBLIC_ADDRESS
|
||||||
#define LWIP_RFC7668_LINUX_WORKAROUND_PUBLIC_ADDRESS 1
|
#define LWIP_RFC7668_LINUX_WORKAROUND_PUBLIC_ADDRESS 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user