Guest User

Untitled

a guest
Oct 30th, 2022
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.32 KB | None | 0 0
  1. Starting FreeRTOS on core 0:
  2. dhcp_release_and_stop()
  3. Version: 7.95.49 (2271bb6 CY) CRC: b7a28ef3 Date: Mon 2021-11-29 22:50:27 PST Ucode Ver: 1043.2162 FWID 01-c51d9400
  4. cyw43 loaded ok, mac 28:cd:c1:03:2d:a6
  5. API: 12.2
  6. Data: RaspberryPi.PicoW
  7. Compiler: 1.29.4
  8. ClmImport: 1.47.1
  9. Customization: v5 22/06/24
  10. Creation: 2022-06-24 06:55:08
  11. dhcp_release_and_stop()
  12. netif: netmask of interface w0 set to 255.255.255.0
  13. netif: GW address of interface w0 set to 192.168.0.1
  14. netif: added interface w0 IP addr 0.0.0.0 netmask 255.255.255.0 gw 192.168.0.1
  15. netif: setting default interface w0
  16. dhcp_start(netif=20022768) w00
  17. dhcp_start(): restarting DHCP configuration
  18. dhcp_start(): starting DHCP configuration
  19. udp_bind(ipaddr = 0.0.0.0, port = 68)
  20. udp_bind: bound to 0.0.0.0, port 68)
  21. udp_connect: connected to 0.0.0.0, port 67)
  22. Connecting to WiFi...
  23. connect status: joining
  24. etharp_timer
  25. etharp_timer
  26. etharp_timer
  27. etharp_timer
  28. etharp_timer
  29. etharp_timer
  30. etharp_timer
  31. dhcp_discover()
  32. pbuf_alloc(length=308)
  33. pbuf_alloc(length=308) == 20022B0C
  34. transaction id xid(445c0d7f)
  35. dhcp_discover: making request
  36. dhcp_discover: sendto(DISCOVER, IP_ADDR_BROADCAST, LWIP_IANA_PORT_DHCP_SERVER)
  37. pbuf_add_header: old 20022B54 new 20022B4C (8)
  38. udp_send: added header in given pbuf 20022B0C
  39. udp_send: sending datagram of length 316
  40. udp_send: UDP packet length 316
  41. inet_chksum_pseudo(): checksumming pbuf 20022B0C (has next 00000000)
  42. inet_chksum_pseudo(): pbuf chain lwip_chksum()=dc4c
  43. udp_send: UDP checksum 0x23b3
  44. udp_send: ip_output_if (,,,,0x11,)
  45. pbuf_add_header: old 20022B4C new 20022B38 (20)
  46. ip4_output_if: w00
  47. IP header:
  48. +-------------------------------+
  49. | 4 | 5 | 0x00 | 336 | (v, hl, tos, len)
  50. +-------------------------------+
  51. | 0 |000| 0 | (id, flags, offset)
  52. +-------------------------------+
  53. | 255 | 17 | 0xba9d | (ttl, proto, chksum)
  54. +-------------------------------+
  55. | 0 | 0 | 0 | 0 | (src)
  56. +-------------------------------+
  57. | 255 | 255 | 255 | 255 | (dest)
  58. +-------------------------------+
  59. ip4_output_if: call netif->output()
  60. pbuf_add_header: old 20022B38 new 20022B2A (14)
  61. ethernet_output: sending packet 20022B0C
  62. dhcp_discover: deleting()
  63. pbuf_free(20022B0C)
  64. pbuf_free: deallocating 20022B0C
  65. dhcp_discover: SELECTING
  66. dhcp_discover(): set request timeout 2000 msecs
  67. pbuf_alloc(length=342)
  68. pbuf_alloc(length=342) == 2002C8B0
  69. tcpip_inpkt: PACKET 2002C8B0/20022768
  70. ethernet_input: dest:28:cd:c1:03:2d:a6, src:74:ac:b9:a8:8d:79, type:800
  71. pbuf_remove_header: old 2002C8C0 new 2002C8CE (14)
  72. ip_input: iphdr->dest 0x3b00000a netif->ip_addr 0x0 (0xa, 0x0, 0x3b000000)
  73. ip4_input: UDP packet to DHCP client port 68
  74. ip4_input: DHCP packet accepted.
  75. ip4_input:
  76. IP header:
  77. +-------------------------------+
  78. | 4 | 5 | 0xc0 | 328 | (v, hl, tos, len)
  79. +-------------------------------+
  80. | 21186 |000| 0 | (id, flags, offset)
  81. +-------------------------------+
  82. | 64 | 17 | 0x11e8 | (ttl, proto, chksum)
  83. +-------------------------------+
  84. | 10 | 0 | 0 | 1 | (src)
  85. +-------------------------------+
  86. | 10 | 0 | 0 | 59 | (dest)
  87. +-------------------------------+
  88. ip4_input: p->len 328 p->tot_len 328
  89. pbuf_remove_header: old 2002C8CE new 2002C8E2 (20)
  90. udp_input: received datagram of length 308
  91. UDP header:
  92. +-------------------------------+
  93. | 67 | 68 | (src port, dest port)
  94. +-------------------------------+
  95. | 308 | 0x8691 | (len, chksum)
  96. +-------------------------------+
  97. udp (10.0.0.59, 68) <-- (10.0.0.1, 67)
  98. pcb (0.0.0.0, 68) <-- (0.0.0.0, 67)
  99. udp_input: calculating checksum
  100. inet_chksum_pseudo(): checksumming pbuf 2002C8B0 (has next 00000000)
  101. inet_chksum_pseudo(): pbuf chain lwip_chksum()=ffff
  102. pbuf_remove_header: old 2002C8E2 new 2002C8EA (8)
  103. dhcp_recv(pbuf = 2002C8B0) from DHCP server 10.0.0.1 port 67
  104. pbuf->len = 300
  105. pbuf->tot_len = 300
  106. skipping option 28 in options
  107. searching DHCP_OPTION_MESSAGE_TYPE
  108. DHCP_OFFER received in DHCP_STATE_SELECTING state
  109. dhcp_handle_offer(netif=20022768) w00
  110. dhcp_handle_offer(): server 0x0100000a
  111. dhcp_handle_offer(): offer for 0x3b00000a
  112. dhcp_select(netif=20022768) w00
  113. pbuf_alloc(length=308)
  114. pbuf_alloc(length=308) == 20022B0C
  115. transaction id xid(445c0d7f)
  116. pbuf_add_header: old 20022B54 new 20022B4C (8)
  117. udp_send: added header in given pbuf 20022B0C
  118. inet_chksum_pseudo(): checksumming pbuf 20022B0C (has next 00000000)
  119. inet_chksum_pseudo(): pbuf chain lwip_chksum()=716f
  120. udp_send: UDP checksum 0x8e90
  121. udp_send: ip_output_if (,,,,0x11,)
  122. pbuf_add_header: old 20022B4C new 20022B38 (20)
  123. ip4_output_if: w00
  124. IP header:
  125. +-------------------------------+
  126. | 4 | 5 | 0x00 | 336 | (v, hl, tos, len)
  127. +-------------------------------+
  128. | 1 |000| 0 | (id, flags, offset)
  129. +-------------------------------+
  130. | 255 | 17 | 0xba9c | (ttl, proto, chksum)
  131. +-------------------------------+
  132. | 0 | 0 | 0 | 0 | (src)
  133. +-------------------------------+
  134. | 255 | 255 | 255 | 255 | (dest)
  135. +-------------------------------+
  136. ip4_output_if: call netif->output()
  137. pbuf_add_header: old 20022B38 new 20022B2A (14)
  138. ethernet_output: sending packet 20022B0C
  139. pbuf_free(20022B0C)
  140. pbuf_free: deallocating 20022B0C
  141. dhcp_select: REQUESTING
  142. dhcp_select(): set request timeout 2000 msecs
  143. pbuf_free(2002C8B0)
Advertisement
Add Comment
Please, Sign In to add comment