Home
Help
Search
Login
Register
LwIP
Electoday 4.0
ไมโครคอนโทรลเลอร์
ARM Processors
LwIP
« previous
next »
Print
Pages:
1
...
12
13
[
14
]
LwIP
110 Replies
2671 Views
tha
3534
Re: LwIP
«
Reply #104 on:
February 12, 2022, 08:51:21 am »
จัดการทุก incoming ARP Packet, ที่เรียกโดย etharp_input().
Parameters
netif
network interface ที่ใช้สำหรับ autoip processing
hdr
Incoming ARP packet
Logged
tha
3534
Re: LwIP
«
Reply #105 on:
February 12, 2022, 08:59:57 am »
จัดการกับการเปลี่ยนแปลงที่เป็นไปได้ใน the network configuration.
ถ้ามี an AutoIP address ถูกกำหนด, ให้เอา the interface ออกและเริ่มการตรวจสอบด้วย the same address.
Logged
tha
3534
Re: LwIP
«
Reply #106 on:
February 12, 2022, 09:09:27 am »
ตรวจสอบว่า AutoIP จัดให้ netif->ip_addr . หรือไม่
Parameters
netif
the netif ที่ตรวจสอบ
Returns
1 ถ้า AutoIP จัดให้ netif->ip_addr (สถานะ BOUND หรือ ANNOUNCING), 0 ถ้าเป็นอย่างอื่น
Logged
tha
3534
Re: LwIP
«
Reply #107 on:
February 12, 2022, 09:13:16 am »
ต้องถูกเรียกใน loop ทุกๆ AUTOIP_TMR_INTERVAL milliseconds
Logged
tha
3534
Re: LwIP
«
Reply #108 on:
February 13, 2022, 10:51:13 am »
https://www.nongnu.org/lwip/2_1_x/debug_8h.html
Logged
tha
3534
Re: LwIP
«
Reply #109 on:
February 13, 2022, 10:57:41 am »
เปิดการใช้งาน debug message printing, แต่เฉพาะถ้า debug message type ถูกเปิดการใช้งาน AND(และ) เป็นชนิดที่ถูกต้อง AND(และ) อย่างน้อย LWIP_DBG_LEVEL.
Logged
tha
3534
Re: LwIP
«
Reply #110 on:
February 13, 2022, 11:07:58 am »
https://www.nongnu.org/lwip/2_1_x/def_8h.html
Logged
Print
Pages:
1
...
12
13
[
14
]
« previous
next »