forked from takayuki/lwip-tap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.depend
655 lines (655 loc) · 38.7 KB
/
.depend
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
api_lib.o: lwip/src/api/api_lib.c lwip/src/include/lwip/opt.h lwipopts.h \
lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/api.h lwip/src/include/lwip/netbuf.h \
lwip/src/include/lwip/pbuf.h lwip/src/include/lwip/err.h \
lwip/src/include/lwip/ip_addr.h lwip/src/include/lwip/def.h \
lwip/src/include/lwip/ip4_addr.h lwip/src/include/lwip/ip6_addr.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/sys.h \
lwip-contrib/ports/unix/port/include/arch/sys_arch.h \
lwip/src/include/lwip/memp.h lwip/src/include/lwip/priv/memp_std.h \
lwip/src/include/lwip/priv/memp_priv.h lwip/src/include/lwip/mem.h \
lwip/src/include/lwip/priv/mem_priv.h lwip/src/include/lwip/stats.h \
lwip/src/include/lwip/ip.h lwip/src/include/lwip/netif.h \
lwip/src/include/lwip/ip4.h lwip/src/include/lwip/prot/ip4.h \
lwip/src/include/lwip/ip6.h lwip/src/include/lwip/prot/ip.h \
lwip/src/include/lwip/raw.h lwip/src/include/lwip/udp.h \
lwip/src/include/lwip/prot/udp.h lwip/src/include/lwip/priv/api_msg.h \
lwip/src/include/lwip/igmp.h lwip/src/include/lwip/priv/tcpip_priv.h \
lwip/src/include/lwip/tcpip.h lwip/src/include/lwip/timeouts.h \
lwip/src/include/lwip/priv/tcp_priv.h lwip/src/include/lwip/tcp.h \
lwip/src/include/lwip/tcpbase.h lwip/src/include/lwip/icmp.h \
lwip/src/include/lwip/prot/icmp.h lwip/src/include/lwip/prot/tcp.h
api_msg.o: lwip/src/api/api_msg.c lwip/src/include/lwip/opt.h lwipopts.h \
lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/priv/api_msg.h lwip/src/include/lwip/ip_addr.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/ip4_addr.h \
lwip/src/include/lwip/ip6_addr.h lwip/src/include/lwip/def.h \
lwip/src/include/lwip/err.h lwip/src/include/lwip/sys.h \
lwip-contrib/ports/unix/port/include/arch/sys_arch.h \
lwip/src/include/lwip/igmp.h lwip/src/include/lwip/netif.h \
lwip/src/include/lwip/pbuf.h lwip/src/include/lwip/stats.h \
lwip/src/include/lwip/mem.h lwip/src/include/lwip/memp.h \
lwip/src/include/lwip/priv/memp_std.h \
lwip/src/include/lwip/priv/memp_priv.h \
lwip/src/include/lwip/priv/mem_priv.h lwip/src/include/lwip/api.h \
lwip/src/include/lwip/netbuf.h lwip/src/include/lwip/priv/tcpip_priv.h \
lwip/src/include/lwip/tcpip.h lwip/src/include/lwip/timeouts.h \
lwip/src/include/lwip/ip.h lwip/src/include/lwip/ip4.h \
lwip/src/include/lwip/prot/ip4.h lwip/src/include/lwip/ip6.h \
lwip/src/include/lwip/prot/ip.h lwip/src/include/lwip/udp.h \
lwip/src/include/lwip/prot/udp.h lwip/src/include/lwip/tcp.h \
lwip/src/include/lwip/tcpbase.h lwip/src/include/lwip/icmp.h \
lwip/src/include/lwip/prot/icmp.h lwip/src/include/lwip/raw.h \
lwip/src/include/lwip/dns.h lwip/src/include/lwip/mld6.h
err.o: lwip/src/api/err.c lwip/src/include/lwip/err.h \
lwip/src/include/lwip/opt.h lwipopts.h lwip/src/include/lwip/debug.h \
lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/sys.h \
lwip-contrib/ports/unix/port/include/arch/sys_arch.h \
lwip/src/include/lwip/errno.h
netbuf.o: lwip/src/api/netbuf.c lwip/src/include/lwip/opt.h lwipopts.h \
lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/netbuf.h lwip/src/include/lwip/pbuf.h \
lwip/src/include/lwip/err.h lwip/src/include/lwip/ip_addr.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/ip4_addr.h \
lwip/src/include/lwip/ip6_addr.h lwip/src/include/lwip/def.h \
lwip/src/include/lwip/memp.h lwip/src/include/lwip/priv/memp_std.h \
lwip/src/include/lwip/priv/memp_priv.h lwip/src/include/lwip/mem.h \
lwip/src/include/lwip/priv/mem_priv.h lwip/src/include/lwip/stats.h
netdb.o: lwip/src/api/netdb.c lwip/src/include/lwip/netdb.h \
lwip/src/include/lwip/opt.h lwipopts.h lwip/src/include/lwip/debug.h \
lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h
netifapi.o: lwip/src/api/netifapi.c lwip/src/include/lwip/opt.h \
lwipopts.h lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h
sockets.o: lwip/src/api/sockets.c lwip/src/include/lwip/opt.h lwipopts.h \
lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/sockets.h lwip/src/include/lwip/ip_addr.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/ip4_addr.h \
lwip/src/include/lwip/ip6_addr.h lwip/src/include/lwip/def.h \
lwip/src/include/lwip/netif.h lwip/src/include/lwip/err.h \
lwip/src/include/lwip/pbuf.h lwip/src/include/lwip/stats.h \
lwip/src/include/lwip/mem.h lwip/src/include/lwip/memp.h \
lwip/src/include/lwip/priv/memp_std.h \
lwip/src/include/lwip/priv/memp_priv.h \
lwip/src/include/lwip/priv/mem_priv.h lwip/src/include/lwip/inet.h \
lwip/src/include/lwip/errno.h lwip/src/include/lwip/priv/sockets_priv.h \
lwip/src/include/lwip/sys.h \
lwip-contrib/ports/unix/port/include/arch/sys_arch.h \
lwip/src/include/lwip/api.h lwip/src/include/lwip/netbuf.h \
lwip/src/include/lwip/igmp.h lwip/src/include/lwip/tcp.h \
lwip/src/include/lwip/tcpbase.h lwip/src/include/lwip/ip.h \
lwip/src/include/lwip/ip4.h lwip/src/include/lwip/prot/ip4.h \
lwip/src/include/lwip/ip6.h lwip/src/include/lwip/prot/ip.h \
lwip/src/include/lwip/icmp.h lwip/src/include/lwip/prot/icmp.h \
lwip/src/include/lwip/raw.h lwip/src/include/lwip/udp.h \
lwip/src/include/lwip/prot/udp.h lwip/src/include/lwip/priv/tcpip_priv.h \
lwip/src/include/lwip/tcpip.h lwip/src/include/lwip/timeouts.h \
lwip/src/include/lwip/mld6.h
tcpip.o: lwip/src/api/tcpip.c lwip/src/include/lwip/opt.h lwipopts.h \
lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/priv/tcpip_priv.h lwip/src/include/lwip/tcpip.h \
lwip/src/include/lwip/err.h lwip/src/include/lwip/timeouts.h \
lwip/src/include/lwip/sys.h \
lwip-contrib/ports/unix/port/include/arch/sys_arch.h \
lwip/src/include/lwip/netif.h lwip/src/include/lwip/ip_addr.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/ip4_addr.h \
lwip/src/include/lwip/ip6_addr.h lwip/src/include/lwip/def.h \
lwip/src/include/lwip/pbuf.h lwip/src/include/lwip/stats.h \
lwip/src/include/lwip/mem.h lwip/src/include/lwip/memp.h \
lwip/src/include/lwip/priv/memp_std.h \
lwip/src/include/lwip/priv/memp_priv.h \
lwip/src/include/lwip/priv/mem_priv.h lwip/src/include/lwip/init.h \
lwip/src/include/lwip/ip.h lwip/src/include/lwip/ip4.h \
lwip/src/include/lwip/prot/ip4.h lwip/src/include/lwip/ip6.h \
lwip/src/include/lwip/prot/ip.h lwip/src/include/lwip/etharp.h \
lwip/src/include/lwip/prot/ethernet.h lwip/src/include/lwip/prot/ieee.h \
lwip/src/include/lwip/prot/etharp.h lwip/src/include/netif/ethernet.h
ip.o: lwip/src/core/ip.c lwip/src/include/lwip/opt.h lwipopts.h \
lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/ip_addr.h lwip/src/include/lwip/def.h \
lwip/src/include/lwip/ip4_addr.h lwip/src/include/lwip/ip6_addr.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/ip.h \
lwip/src/include/lwip/pbuf.h lwip/src/include/lwip/err.h \
lwip/src/include/lwip/netif.h lwip/src/include/lwip/stats.h \
lwip/src/include/lwip/mem.h lwip/src/include/lwip/memp.h \
lwip/src/include/lwip/priv/memp_std.h \
lwip/src/include/lwip/priv/memp_priv.h \
lwip/src/include/lwip/priv/mem_priv.h lwip/src/include/lwip/ip4.h \
lwip/src/include/lwip/prot/ip4.h lwip/src/include/lwip/ip6.h \
lwip/src/include/lwip/prot/ip.h
def.o: lwip/src/core/def.c lwip/src/include/lwip/opt.h lwipopts.h \
lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/def.h
dhcp.o: lwip/src/core/ipv4/dhcp.c lwip/src/include/lwip/opt.h lwipopts.h \
lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/stats.h lwip/src/include/lwip/mem.h \
lwip/src/include/lwip/memp.h lwip/src/include/lwip/priv/memp_std.h \
lwip/src/include/lwip/priv/memp_priv.h \
lwip/src/include/lwip/priv/mem_priv.h lwip/src/include/lwip/udp.h \
lwip/src/include/lwip/pbuf.h lwip/src/include/lwip/err.h \
lwip/src/include/lwip/netif.h lwip/src/include/lwip/ip_addr.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/ip4_addr.h \
lwip/src/include/lwip/ip6_addr.h lwip/src/include/lwip/def.h \
lwip/src/include/lwip/ip.h lwip/src/include/lwip/ip4.h \
lwip/src/include/lwip/prot/ip4.h lwip/src/include/lwip/ip6.h \
lwip/src/include/lwip/prot/ip.h lwip/src/include/lwip/prot/udp.h \
lwip/src/include/lwip/dhcp.h lwip/src/include/lwip/autoip.h \
lwip/src/include/lwip/dns.h lwip/src/include/lwip/etharp.h \
lwip/src/include/lwip/prot/ethernet.h lwip/src/include/lwip/prot/ieee.h \
lwip/src/include/lwip/prot/etharp.h lwip/src/include/lwip/prot/dhcp.h \
lwip/src/include/lwip/prot/iana.h
dns.o: lwip/src/core/dns.c lwip/src/include/lwip/opt.h lwipopts.h \
lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h
init.o: lwip/src/core/init.c lwip/src/include/lwip/opt.h lwipopts.h \
lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/init.h lwip/src/include/lwip/stats.h \
lwip/src/include/lwip/mem.h lwip/src/include/lwip/memp.h \
lwip/src/include/lwip/priv/memp_std.h \
lwip/src/include/lwip/priv/memp_priv.h \
lwip/src/include/lwip/priv/mem_priv.h lwip/src/include/lwip/sys.h \
lwip/src/include/lwip/err.h \
lwip-contrib/ports/unix/port/include/arch/sys_arch.h \
lwip/src/include/lwip/pbuf.h lwip/src/include/lwip/netif.h \
lwip/src/include/lwip/ip_addr.h lwip/src/include/lwip/def.h \
lwip/src/include/lwip/ip4_addr.h lwip/src/include/lwip/ip6_addr.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/sockets.h \
lwip/src/include/lwip/inet.h lwip/src/include/lwip/errno.h \
lwip/src/include/lwip/ip.h lwip/src/include/lwip/ip4.h \
lwip/src/include/lwip/prot/ip4.h lwip/src/include/lwip/ip6.h \
lwip/src/include/lwip/prot/ip.h lwip/src/include/lwip/raw.h \
lwip/src/include/lwip/udp.h lwip/src/include/lwip/prot/udp.h \
lwip/src/include/lwip/priv/tcp_priv.h lwip/src/include/lwip/tcp.h \
lwip/src/include/lwip/tcpbase.h lwip/src/include/lwip/icmp.h \
lwip/src/include/lwip/prot/icmp.h lwip/src/include/lwip/prot/tcp.h \
lwip/src/include/lwip/igmp.h lwip/src/include/lwip/dns.h \
lwip/src/include/lwip/timeouts.h lwip/src/include/lwip/etharp.h \
lwip/src/include/lwip/prot/ethernet.h lwip/src/include/lwip/prot/ieee.h \
lwip/src/include/lwip/prot/etharp.h lwip/src/include/lwip/nd6.h \
lwip/src/include/lwip/mld6.h lwip/src/include/lwip/api.h \
lwip/src/include/lwip/netbuf.h lwip/src/include/netif/ppp/ppp_opts.h \
lwip/src/include/netif/ppp/ppp_impl.h
mem.o: lwip/src/core/mem.c lwip/src/include/lwip/opt.h lwipopts.h \
lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/mem.h lwip/src/include/lwip/def.h \
lwip/src/include/lwip/sys.h lwip/src/include/lwip/err.h \
lwip-contrib/ports/unix/port/include/arch/sys_arch.h \
lwip/src/include/lwip/stats.h lwip/src/include/lwip/memp.h \
lwip/src/include/lwip/priv/memp_std.h \
lwip/src/include/lwip/priv/memp_priv.h \
lwip/src/include/lwip/priv/mem_priv.h
memp.o: lwip/src/core/memp.c lwip/src/include/lwip/opt.h lwipopts.h \
lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/memp.h lwip/src/include/lwip/priv/memp_std.h \
lwip/src/include/lwip/priv/memp_priv.h lwip/src/include/lwip/mem.h \
lwip/src/include/lwip/priv/mem_priv.h lwip/src/include/lwip/stats.h \
lwip/src/include/lwip/sys.h lwip/src/include/lwip/err.h \
lwip-contrib/ports/unix/port/include/arch/sys_arch.h \
lwip/src/include/lwip/pbuf.h lwip/src/include/lwip/raw.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/ip.h \
lwip/src/include/lwip/ip_addr.h lwip/src/include/lwip/ip4_addr.h \
lwip/src/include/lwip/ip6_addr.h lwip/src/include/lwip/def.h \
lwip/src/include/lwip/netif.h lwip/src/include/lwip/ip4.h \
lwip/src/include/lwip/prot/ip4.h lwip/src/include/lwip/ip6.h \
lwip/src/include/lwip/prot/ip.h lwip/src/include/lwip/udp.h \
lwip/src/include/lwip/prot/udp.h lwip/src/include/lwip/tcp.h \
lwip/src/include/lwip/tcpbase.h lwip/src/include/lwip/icmp.h \
lwip/src/include/lwip/prot/icmp.h lwip/src/include/lwip/priv/tcp_priv.h \
lwip/src/include/lwip/prot/tcp.h lwip/src/include/lwip/altcp.h \
lwip/src/include/lwip/ip4_frag.h lwip/src/include/lwip/netbuf.h \
lwip/src/include/lwip/api.h lwip/src/include/lwip/priv/tcpip_priv.h \
lwip/src/include/lwip/tcpip.h lwip/src/include/lwip/timeouts.h \
lwip/src/include/lwip/priv/api_msg.h lwip/src/include/lwip/igmp.h \
lwip/src/include/lwip/priv/sockets_priv.h \
lwip/src/include/lwip/sockets.h lwip/src/include/lwip/inet.h \
lwip/src/include/lwip/errno.h lwip/src/include/lwip/etharp.h \
lwip/src/include/lwip/prot/ethernet.h lwip/src/include/lwip/prot/ieee.h \
lwip/src/include/lwip/prot/etharp.h \
lwip/src/include/netif/ppp/ppp_opts.h lwip/src/include/lwip/netdb.h \
lwip/src/include/lwip/dns.h lwip/src/include/lwip/priv/nd6_priv.h \
lwip/src/include/lwip/ip6_frag.h lwip/src/include/lwip/mld6.h
netif.o: lwip/src/core/netif.c lwip/src/include/lwip/opt.h lwipopts.h \
lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/ip_addr.h \
lwip/src/include/lwip/ip4_addr.h lwip/src/include/lwip/ip6_addr.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/netif.h \
lwip/src/include/lwip/err.h lwip/src/include/lwip/pbuf.h \
lwip/src/include/lwip/stats.h lwip/src/include/lwip/mem.h \
lwip/src/include/lwip/memp.h lwip/src/include/lwip/priv/memp_std.h \
lwip/src/include/lwip/priv/memp_priv.h \
lwip/src/include/lwip/priv/mem_priv.h \
lwip/src/include/lwip/priv/tcp_priv.h lwip/src/include/lwip/tcp.h \
lwip/src/include/lwip/tcpbase.h lwip/src/include/lwip/ip.h \
lwip/src/include/lwip/ip4.h lwip/src/include/lwip/prot/ip4.h \
lwip/src/include/lwip/ip6.h lwip/src/include/lwip/prot/ip.h \
lwip/src/include/lwip/icmp.h lwip/src/include/lwip/prot/icmp.h \
lwip/src/include/lwip/prot/tcp.h lwip/src/include/lwip/udp.h \
lwip/src/include/lwip/prot/udp.h lwip/src/include/lwip/priv/raw_priv.h \
lwip/src/include/lwip/raw.h lwip/src/include/lwip/snmp.h \
lwip/src/include/lwip/igmp.h lwip/src/include/lwip/etharp.h \
lwip/src/include/lwip/prot/ethernet.h lwip/src/include/lwip/prot/ieee.h \
lwip/src/include/lwip/prot/etharp.h lwip/src/include/lwip/sys.h \
lwip-contrib/ports/unix/port/include/arch/sys_arch.h \
lwip/src/include/netif/ethernet.h lwip/src/include/lwip/dhcp.h
pbuf.o: lwip/src/core/pbuf.c lwip/src/include/lwip/opt.h lwipopts.h \
lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/pbuf.h lwip/src/include/lwip/err.h \
lwip/src/include/lwip/stats.h lwip/src/include/lwip/mem.h \
lwip/src/include/lwip/memp.h lwip/src/include/lwip/priv/memp_std.h \
lwip/src/include/lwip/priv/memp_priv.h \
lwip/src/include/lwip/priv/mem_priv.h lwip/src/include/lwip/def.h \
lwip/src/include/lwip/sys.h \
lwip-contrib/ports/unix/port/include/arch/sys_arch.h \
lwip/src/include/lwip/netif.h lwip/src/include/lwip/ip_addr.h \
lwip/src/include/lwip/ip4_addr.h lwip/src/include/lwip/ip6_addr.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/priv/tcp_priv.h \
lwip/src/include/lwip/tcp.h lwip/src/include/lwip/tcpbase.h \
lwip/src/include/lwip/ip.h lwip/src/include/lwip/ip4.h \
lwip/src/include/lwip/prot/ip4.h lwip/src/include/lwip/ip6.h \
lwip/src/include/lwip/prot/ip.h lwip/src/include/lwip/icmp.h \
lwip/src/include/lwip/prot/icmp.h lwip/src/include/lwip/prot/tcp.h \
lwip/src/include/lwip/tcpip.h lwip/src/include/lwip/timeouts.h
raw.o: lwip/src/core/raw.c lwip/src/include/lwip/opt.h lwipopts.h \
lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/memp.h \
lwip/src/include/lwip/priv/memp_std.h \
lwip/src/include/lwip/priv/memp_priv.h lwip/src/include/lwip/mem.h \
lwip/src/include/lwip/priv/mem_priv.h lwip/src/include/lwip/stats.h \
lwip/src/include/lwip/ip_addr.h lwip/src/include/lwip/ip4_addr.h \
lwip/src/include/lwip/ip6_addr.h lwip/src/include/lwip/def.h \
lwip/src/include/lwip/netif.h lwip/src/include/lwip/err.h \
lwip/src/include/lwip/pbuf.h lwip/src/include/lwip/raw.h \
lwip/src/include/lwip/ip.h lwip/src/include/lwip/ip4.h \
lwip/src/include/lwip/prot/ip4.h lwip/src/include/lwip/ip6.h \
lwip/src/include/lwip/prot/ip.h lwip/src/include/lwip/priv/raw_priv.h \
lwip/src/include/lwip/inet_chksum.h
stats.o: lwip/src/core/stats.c lwip/src/include/lwip/opt.h lwipopts.h \
lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/stats.h \
lwip/src/include/lwip/mem.h lwip/src/include/lwip/memp.h \
lwip/src/include/lwip/priv/memp_std.h \
lwip/src/include/lwip/priv/memp_priv.h \
lwip/src/include/lwip/priv/mem_priv.h
sys.o: lwip/src/core/sys.c lwip/src/include/lwip/opt.h lwipopts.h \
lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/sys.h lwip/src/include/lwip/err.h \
lwip-contrib/ports/unix/port/include/arch/sys_arch.h
tcp.o: lwip/src/core/tcp.c lwip/src/include/lwip/opt.h lwipopts.h \
lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/mem.h \
lwip/src/include/lwip/memp.h lwip/src/include/lwip/priv/memp_std.h \
lwip/src/include/lwip/priv/memp_priv.h \
lwip/src/include/lwip/priv/mem_priv.h lwip/src/include/lwip/stats.h \
lwip/src/include/lwip/tcp.h lwip/src/include/lwip/tcpbase.h \
lwip/src/include/lwip/pbuf.h lwip/src/include/lwip/err.h \
lwip/src/include/lwip/ip.h lwip/src/include/lwip/ip_addr.h \
lwip/src/include/lwip/ip4_addr.h lwip/src/include/lwip/ip6_addr.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/netif.h \
lwip/src/include/lwip/ip4.h lwip/src/include/lwip/prot/ip4.h \
lwip/src/include/lwip/ip6.h lwip/src/include/lwip/prot/ip.h \
lwip/src/include/lwip/icmp.h lwip/src/include/lwip/prot/icmp.h \
lwip/src/include/lwip/priv/tcp_priv.h lwip/src/include/lwip/prot/tcp.h \
lwip/src/include/lwip/nd6.h
tcp_in.o: lwip/src/core/tcp_in.c lwip/src/include/lwip/opt.h lwipopts.h \
lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/priv/tcp_priv.h lwip/src/include/lwip/tcp.h \
lwip/src/include/lwip/tcpbase.h lwip/src/include/lwip/mem.h \
lwip/src/include/lwip/pbuf.h lwip/src/include/lwip/err.h \
lwip/src/include/lwip/ip.h lwip/src/include/lwip/def.h \
lwip/src/include/lwip/ip_addr.h lwip/src/include/lwip/ip4_addr.h \
lwip/src/include/lwip/ip6_addr.h lwip/src/include/lwip/def.h \
lwip/src/include/lwip/netif.h lwip/src/include/lwip/stats.h \
lwip/src/include/lwip/memp.h lwip/src/include/lwip/priv/memp_std.h \
lwip/src/include/lwip/priv/memp_priv.h \
lwip/src/include/lwip/priv/mem_priv.h lwip/src/include/lwip/ip4.h \
lwip/src/include/lwip/prot/ip4.h lwip/src/include/lwip/ip6.h \
lwip/src/include/lwip/prot/ip.h lwip/src/include/lwip/icmp.h \
lwip/src/include/lwip/prot/icmp.h lwip/src/include/lwip/prot/tcp.h \
lwip/src/include/lwip/inet_chksum.h lwip/src/include/lwip/nd6.h
tcp_out.o: lwip/src/core/tcp_out.c lwip/src/include/lwip/opt.h lwipopts.h \
lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/priv/tcp_priv.h lwip/src/include/lwip/tcp.h \
lwip/src/include/lwip/tcpbase.h lwip/src/include/lwip/mem.h \
lwip/src/include/lwip/pbuf.h lwip/src/include/lwip/err.h \
lwip/src/include/lwip/ip.h lwip/src/include/lwip/def.h \
lwip/src/include/lwip/ip_addr.h lwip/src/include/lwip/ip4_addr.h \
lwip/src/include/lwip/ip6_addr.h lwip/src/include/lwip/def.h \
lwip/src/include/lwip/netif.h lwip/src/include/lwip/stats.h \
lwip/src/include/lwip/memp.h lwip/src/include/lwip/priv/memp_std.h \
lwip/src/include/lwip/priv/memp_priv.h \
lwip/src/include/lwip/priv/mem_priv.h lwip/src/include/lwip/ip4.h \
lwip/src/include/lwip/prot/ip4.h lwip/src/include/lwip/ip6.h \
lwip/src/include/lwip/prot/ip.h lwip/src/include/lwip/icmp.h \
lwip/src/include/lwip/prot/icmp.h lwip/src/include/lwip/prot/tcp.h \
lwip/src/include/lwip/inet_chksum.h
timeouts.o: lwip/src/core/timeouts.c lwip/src/include/lwip/opt.h \
lwipopts.h lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/timeouts.h lwip/src/include/lwip/err.h \
lwip/src/include/lwip/sys.h \
lwip-contrib/ports/unix/port/include/arch/sys_arch.h \
lwip/src/include/lwip/priv/tcp_priv.h lwip/src/include/lwip/tcp.h \
lwip/src/include/lwip/tcpbase.h lwip/src/include/lwip/mem.h \
lwip/src/include/lwip/pbuf.h lwip/src/include/lwip/ip.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/ip_addr.h \
lwip/src/include/lwip/ip4_addr.h lwip/src/include/lwip/ip6_addr.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/netif.h \
lwip/src/include/lwip/stats.h lwip/src/include/lwip/memp.h \
lwip/src/include/lwip/priv/memp_std.h \
lwip/src/include/lwip/priv/memp_priv.h \
lwip/src/include/lwip/priv/mem_priv.h lwip/src/include/lwip/ip4.h \
lwip/src/include/lwip/prot/ip4.h lwip/src/include/lwip/ip6.h \
lwip/src/include/lwip/prot/ip.h lwip/src/include/lwip/icmp.h \
lwip/src/include/lwip/prot/icmp.h lwip/src/include/lwip/prot/tcp.h \
lwip/src/include/lwip/priv/tcpip_priv.h lwip/src/include/lwip/tcpip.h \
lwip/src/include/lwip/ip4_frag.h lwip/src/include/lwip/etharp.h \
lwip/src/include/lwip/prot/ethernet.h lwip/src/include/lwip/prot/ieee.h \
lwip/src/include/lwip/prot/etharp.h lwip/src/include/lwip/dhcp.h \
lwip/src/include/lwip/udp.h lwip/src/include/lwip/prot/udp.h \
lwip/src/include/lwip/autoip.h lwip/src/include/lwip/igmp.h \
lwip/src/include/lwip/dns.h lwip/src/include/lwip/nd6.h \
lwip/src/include/lwip/ip6_frag.h lwip/src/include/lwip/mld6.h \
lwip/src/include/lwip/dhcp6.h
udp.o: lwip/src/core/udp.c lwip/src/include/lwip/opt.h lwipopts.h \
lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/udp.h lwip/src/include/lwip/pbuf.h \
lwip/src/include/lwip/err.h lwip/src/include/lwip/netif.h \
lwip/src/include/lwip/ip_addr.h lwip/src/include/lwip/def.h \
lwip/src/include/lwip/ip4_addr.h lwip/src/include/lwip/ip6_addr.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/stats.h \
lwip/src/include/lwip/mem.h lwip/src/include/lwip/memp.h \
lwip/src/include/lwip/priv/memp_std.h \
lwip/src/include/lwip/priv/memp_priv.h \
lwip/src/include/lwip/priv/mem_priv.h lwip/src/include/lwip/ip.h \
lwip/src/include/lwip/ip4.h lwip/src/include/lwip/prot/ip4.h \
lwip/src/include/lwip/ip6.h lwip/src/include/lwip/prot/ip.h \
lwip/src/include/lwip/prot/udp.h lwip/src/include/lwip/inet_chksum.h \
lwip/src/include/lwip/icmp.h lwip/src/include/lwip/prot/icmp.h \
lwip/src/include/lwip/icmp6.h lwip/src/include/lwip/prot/icmp6.h \
lwip/src/include/lwip/snmp.h lwip/src/include/lwip/dhcp.h
autoip.o: lwip/src/core/ipv4/autoip.c lwip/src/include/lwip/opt.h \
lwipopts.h lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h
icmp.o: lwip/src/core/ipv4/icmp.c lwip/src/include/lwip/opt.h lwipopts.h \
lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/icmp.h lwip/src/include/lwip/pbuf.h \
lwip/src/include/lwip/err.h lwip/src/include/lwip/ip_addr.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/ip4_addr.h \
lwip/src/include/lwip/ip6_addr.h lwip/src/include/lwip/def.h \
lwip/src/include/lwip/netif.h lwip/src/include/lwip/stats.h \
lwip/src/include/lwip/mem.h lwip/src/include/lwip/memp.h \
lwip/src/include/lwip/priv/memp_std.h \
lwip/src/include/lwip/priv/memp_priv.h \
lwip/src/include/lwip/priv/mem_priv.h lwip/src/include/lwip/prot/icmp.h \
lwip/src/include/lwip/inet_chksum.h lwip/src/include/lwip/ip.h \
lwip/src/include/lwip/ip4.h lwip/src/include/lwip/prot/ip4.h \
lwip/src/include/lwip/ip6.h lwip/src/include/lwip/prot/ip.h
igmp.o: lwip/src/core/ipv4/igmp.c lwip/src/include/lwip/opt.h lwipopts.h \
lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h
inet_chksum.o: lwip/src/core/inet_chksum.c lwip/src/include/lwip/opt.h \
lwipopts.h lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/inet_chksum.h lwip/src/include/lwip/pbuf.h \
lwip/src/include/lwip/err.h lwip/src/include/lwip/ip_addr.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/ip4_addr.h \
lwip/src/include/lwip/ip6_addr.h lwip/src/include/lwip/def.h
ip4.o: lwip/src/core/ipv4/ip4.c lwip/src/include/lwip/opt.h lwipopts.h \
lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/ip.h lwip/src/include/lwip/def.h \
lwip/src/include/lwip/pbuf.h lwip/src/include/lwip/err.h \
lwip/src/include/lwip/ip_addr.h lwip/src/include/lwip/ip4_addr.h \
lwip/src/include/lwip/ip6_addr.h lwip/src/include/lwip/def.h \
lwip/src/include/lwip/netif.h lwip/src/include/lwip/stats.h \
lwip/src/include/lwip/mem.h lwip/src/include/lwip/memp.h \
lwip/src/include/lwip/priv/memp_std.h \
lwip/src/include/lwip/priv/memp_priv.h \
lwip/src/include/lwip/priv/mem_priv.h lwip/src/include/lwip/ip4.h \
lwip/src/include/lwip/prot/ip4.h lwip/src/include/lwip/ip6.h \
lwip/src/include/lwip/prot/ip.h lwip/src/include/lwip/ip4_frag.h \
lwip/src/include/lwip/inet_chksum.h lwip/src/include/lwip/icmp.h \
lwip/src/include/lwip/prot/icmp.h lwip/src/include/lwip/igmp.h \
lwip/src/include/lwip/priv/raw_priv.h lwip/src/include/lwip/raw.h \
lwip/src/include/lwip/udp.h lwip/src/include/lwip/prot/udp.h \
lwip/src/include/lwip/priv/tcp_priv.h lwip/src/include/lwip/tcp.h \
lwip/src/include/lwip/tcpbase.h lwip/src/include/lwip/prot/tcp.h \
lwip/src/include/lwip/autoip.h lwip/src/include/lwip/prot/iana.h
ip4_addr.o: lwip/src/core/ipv4/ip4_addr.c lwip/src/include/lwip/opt.h \
lwipopts.h lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/ip_addr.h lwip/src/include/lwip/def.h \
lwip/src/include/lwip/ip4_addr.h lwip/src/include/lwip/ip6_addr.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/netif.h \
lwip/src/include/lwip/err.h lwip/src/include/lwip/pbuf.h \
lwip/src/include/lwip/stats.h lwip/src/include/lwip/mem.h \
lwip/src/include/lwip/memp.h lwip/src/include/lwip/priv/memp_std.h \
lwip/src/include/lwip/priv/memp_priv.h \
lwip/src/include/lwip/priv/mem_priv.h
ip4_frag.o: lwip/src/core/ipv4/ip4_frag.c lwip/src/include/lwip/opt.h \
lwipopts.h lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/ip4_frag.h lwip/src/include/lwip/err.h \
lwip/src/include/lwip/pbuf.h lwip/src/include/lwip/netif.h \
lwip/src/include/lwip/ip_addr.h lwip/src/include/lwip/def.h \
lwip/src/include/lwip/ip4_addr.h lwip/src/include/lwip/ip6_addr.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/stats.h \
lwip/src/include/lwip/mem.h lwip/src/include/lwip/memp.h \
lwip/src/include/lwip/priv/memp_std.h \
lwip/src/include/lwip/priv/memp_priv.h \
lwip/src/include/lwip/priv/mem_priv.h lwip/src/include/lwip/ip.h \
lwip/src/include/lwip/ip4.h lwip/src/include/lwip/prot/ip4.h \
lwip/src/include/lwip/ip6.h lwip/src/include/lwip/prot/ip.h \
lwip/src/include/lwip/inet_chksum.h lwip/src/include/lwip/icmp.h \
lwip/src/include/lwip/prot/icmp.h
snmp_asn1.o: lwip/src/apps/snmp/snmp_asn1.c \
lwip/src/include/lwip/apps/snmp_opts.h lwip/src/include/lwip/opt.h \
lwipopts.h lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h
snmp_mib2.o: lwip/src/apps/snmp/snmp_mib2.c \
lwip/src/include/lwip/apps/snmp_opts.h lwip/src/include/lwip/opt.h \
lwipopts.h lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h
etharp.o: lwip/src/core/ipv4/etharp.c lwip/src/include/lwip/opt.h \
lwipopts.h lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/etharp.h lwip/src/include/lwip/pbuf.h \
lwip/src/include/lwip/err.h lwip/src/include/lwip/ip4_addr.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/netif.h \
lwip/src/include/lwip/ip_addr.h lwip/src/include/lwip/ip6_addr.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/stats.h \
lwip/src/include/lwip/mem.h lwip/src/include/lwip/memp.h \
lwip/src/include/lwip/priv/memp_std.h \
lwip/src/include/lwip/priv/memp_priv.h \
lwip/src/include/lwip/priv/mem_priv.h lwip/src/include/lwip/ip4.h \
lwip/src/include/lwip/prot/ip4.h lwip/src/include/lwip/prot/ethernet.h \
lwip/src/include/lwip/prot/ieee.h lwip/src/include/lwip/prot/etharp.h \
lwip/src/include/lwip/snmp.h lwip/src/include/lwip/dhcp.h \
lwip/src/include/lwip/udp.h lwip/src/include/lwip/ip.h \
lwip/src/include/lwip/ip6.h lwip/src/include/lwip/prot/ip.h \
lwip/src/include/lwip/prot/udp.h lwip/src/include/lwip/autoip.h \
lwip/src/include/lwip/prot/iana.h lwip/src/include/netif/ethernet.h
ethernet.o: lwip/src/netif/ethernet.c lwip/src/include/lwip/opt.h \
lwipopts.h lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/netif/ethernet.h lwip/src/include/lwip/pbuf.h \
lwip/src/include/lwip/err.h lwip/src/include/lwip/netif.h \
lwip/src/include/lwip/ip_addr.h lwip/src/include/lwip/def.h \
lwip/src/include/lwip/ip4_addr.h lwip/src/include/lwip/ip6_addr.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/stats.h \
lwip/src/include/lwip/mem.h lwip/src/include/lwip/memp.h \
lwip/src/include/lwip/priv/memp_std.h \
lwip/src/include/lwip/priv/memp_priv.h \
lwip/src/include/lwip/priv/mem_priv.h \
lwip/src/include/lwip/prot/ethernet.h lwip/src/include/lwip/prot/ieee.h \
lwip/src/include/lwip/etharp.h lwip/src/include/lwip/ip4.h \
lwip/src/include/lwip/prot/ip4.h lwip/src/include/lwip/prot/etharp.h \
lwip/src/include/lwip/ip.h lwip/src/include/lwip/ip6.h \
lwip/src/include/lwip/prot/ip.h lwip/src/include/lwip/snmp.h \
lwip/src/include/netif/ppp/ppp_opts.h
dhcp6.o: lwip/src/core/ipv6/dhcp6.c lwip/src/include/lwip/opt.h \
lwipopts.h lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h
ethip6.o: lwip/src/core/ipv6/ethip6.c lwip/src/include/lwip/opt.h \
lwipopts.h lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h
icmp6.o: lwip/src/core/ipv6/icmp6.c lwip/src/include/lwip/opt.h \
lwipopts.h lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h
inet6.o: lwip/src/core/ipv6/inet6.c lwip/src/include/lwip/opt.h \
lwipopts.h lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h
icmp6.o: lwip/src/core/ipv6/icmp6.c lwip/src/include/lwip/opt.h \
lwipopts.h lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h
inet6.o: lwip/src/core/ipv6/inet6.c lwip/src/include/lwip/opt.h \
lwipopts.h lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h
ip6.o: lwip/src/core/ipv6/ip6.c lwip/src/include/lwip/opt.h lwipopts.h \
lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h
ip6_addr.o: lwip/src/core/ipv6/ip6_addr.c lwip/src/include/lwip/opt.h \
lwipopts.h lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h
ip6_frag.o: lwip/src/core/ipv6/ip6_frag.c lwip/src/include/lwip/opt.h \
lwipopts.h lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/ip6_frag.h lwip/src/include/lwip/pbuf.h \
lwip/src/include/lwip/err.h lwip/src/include/lwip/ip6_addr.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/ip6.h \
lwip/src/include/lwip/netif.h lwip/src/include/lwip/ip_addr.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/ip4_addr.h \
lwip/src/include/lwip/stats.h lwip/src/include/lwip/mem.h \
lwip/src/include/lwip/memp.h lwip/src/include/lwip/priv/memp_std.h \
lwip/src/include/lwip/priv/memp_priv.h \
lwip/src/include/lwip/priv/mem_priv.h lwip/src/include/lwip/icmp6.h \
lwip/src/include/lwip/prot/icmp6.h lwip/src/include/lwip/nd6.h \
lwip/src/include/lwip/ip.h lwip/src/include/lwip/ip4.h \
lwip/src/include/lwip/prot/ip4.h lwip/src/include/lwip/prot/ip.h
mld6.o: lwip/src/core/ipv6/mld6.c lwip/src/include/lwip/opt.h lwipopts.h \
lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h
nd6.o: lwip/src/core/ipv6/nd6.c lwip/src/include/lwip/opt.h lwipopts.h \
lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h
sys_arch.o: lwip-contrib/ports/unix/port/sys_arch.c \
lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/opt.h lwipopts.h lwip/src/include/lwip/def.h \
lwip/src/include/lwip/sys.h lwip/src/include/lwip/err.h \
lwip-contrib/ports/unix/port/include/arch/sys_arch.h \
lwip/src/include/lwip/stats.h lwip/src/include/lwip/mem.h \
lwip/src/include/lwip/memp.h lwip/src/include/lwip/priv/memp_std.h \
lwip/src/include/lwip/priv/memp_priv.h \
lwip/src/include/lwip/priv/mem_priv.h lwip/src/include/lwip/tcpip.h \
lwip/src/include/lwip/timeouts.h lwip/src/include/lwip/netif.h \
lwip/src/include/lwip/ip_addr.h lwip/src/include/lwip/ip4_addr.h \
lwip/src/include/lwip/ip6_addr.h lwip/src/include/lwip/def.h \
lwip/src/include/lwip/pbuf.h
chargen.o: lwip-contrib/apps/chargen/chargen.c \
lwip/src/include/lwip/opt.h lwipopts.h lwip/src/include/lwip/debug.h \
lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/sys.h lwip/src/include/lwip/err.h \
lwip-contrib/ports/unix/port/include/arch/sys_arch.h \
lwip/src/include/lwip/sockets.h lwip/src/include/lwip/ip_addr.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/ip4_addr.h \
lwip/src/include/lwip/ip6_addr.h lwip/src/include/lwip/def.h \
lwip/src/include/lwip/netif.h lwip/src/include/lwip/pbuf.h \
lwip/src/include/lwip/stats.h lwip/src/include/lwip/mem.h \
lwip/src/include/lwip/memp.h lwip/src/include/lwip/priv/memp_std.h \
lwip/src/include/lwip/priv/memp_priv.h \
lwip/src/include/lwip/priv/mem_priv.h lwip/src/include/lwip/inet.h \
lwip/src/include/lwip/errno.h lwip-contrib/apps/chargen/chargen.h
httpserver-netconn.o: lwip-contrib/apps/httpserver/httpserver-netconn.c \
lwip/src/include/lwip/opt.h lwipopts.h lwip/src/include/lwip/debug.h \
lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/api.h lwip/src/include/lwip/netbuf.h \
lwip/src/include/lwip/pbuf.h lwip/src/include/lwip/err.h \
lwip/src/include/lwip/ip_addr.h lwip/src/include/lwip/def.h \
lwip/src/include/lwip/ip4_addr.h lwip/src/include/lwip/ip6_addr.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/sys.h \
lwip-contrib/ports/unix/port/include/arch/sys_arch.h \
lwip-contrib/apps/httpserver/httpserver-netconn.h
tcpecho.o: lwip-contrib/apps/tcpecho/tcpecho.c \
lwip-contrib/apps/tcpecho/tcpecho.h lwip/src/include/lwip/opt.h \
lwipopts.h lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/sys.h lwip/src/include/lwip/err.h \
lwip-contrib/ports/unix/port/include/arch/sys_arch.h \
lwip/src/include/lwip/api.h lwip/src/include/lwip/netbuf.h \
lwip/src/include/lwip/pbuf.h lwip/src/include/lwip/ip_addr.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/ip4_addr.h \
lwip/src/include/lwip/ip6_addr.h lwip/src/include/lwip/def.h
udpecho.o: lwip-contrib/apps/udpecho/udpecho.c \
lwip-contrib/apps/udpecho/udpecho.h lwip/src/include/lwip/opt.h \
lwipopts.h lwip/src/include/lwip/debug.h lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/api.h lwip/src/include/lwip/netbuf.h \
lwip/src/include/lwip/pbuf.h lwip/src/include/lwip/err.h \
lwip/src/include/lwip/ip_addr.h lwip/src/include/lwip/def.h \
lwip/src/include/lwip/ip4_addr.h lwip/src/include/lwip/ip6_addr.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/sys.h \
lwip-contrib/ports/unix/port/include/arch/sys_arch.h
tapif.o: tapif.c tapif.h lwip/src/include/lwip/netif.h \
lwip/src/include/lwip/opt.h lwipopts.h lwip/src/include/lwip/debug.h \
lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/err.h lwip/src/include/lwip/ip_addr.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/ip4_addr.h \
lwip/src/include/lwip/ip6_addr.h lwip/src/include/lwip/def.h \
lwip/src/include/lwip/pbuf.h lwip/src/include/lwip/stats.h \
lwip/src/include/lwip/mem.h lwip/src/include/lwip/memp.h \
lwip/src/include/lwip/priv/memp_std.h \
lwip/src/include/lwip/priv/memp_priv.h \
lwip/src/include/lwip/priv/mem_priv.h lwip/src/include/lwip/ip.h \
lwip/src/include/lwip/ip4.h lwip/src/include/lwip/prot/ip4.h \
lwip/src/include/lwip/ip6.h lwip/src/include/lwip/prot/ip.h \
lwip/src/include/lwip/sys.h \
lwip-contrib/ports/unix/port/include/arch/sys_arch.h \
lwip/src/include/netif/etharp.h lwip/src/include/lwip/etharp.h \
lwip/src/include/lwip/prot/ethernet.h lwip/src/include/lwip/prot/ieee.h \
lwip/src/include/lwip/prot/etharp.h lwip/src/include/netif/ethernet.h
lwip-tap.o: lwip-tap.c config.h lwip/src/include/lwip/tcpip.h \
lwip/src/include/lwip/opt.h lwipopts.h lwip/src/include/lwip/debug.h \
lwip/src/include/lwip/arch.h \
lwip-contrib/ports/unix/port/include/arch/cc.h \
lwip/src/include/lwip/err.h lwip/src/include/lwip/timeouts.h \
lwip/src/include/lwip/sys.h \
lwip-contrib/ports/unix/port/include/arch/sys_arch.h \
lwip/src/include/lwip/netif.h lwip/src/include/lwip/ip_addr.h \
lwip/src/include/lwip/def.h lwip/src/include/lwip/ip4_addr.h \
lwip/src/include/lwip/ip6_addr.h lwip/src/include/lwip/def.h \
lwip/src/include/lwip/pbuf.h lwip/src/include/lwip/stats.h \
lwip/src/include/lwip/mem.h lwip/src/include/lwip/memp.h \
lwip/src/include/lwip/priv/memp_std.h \
lwip/src/include/lwip/priv/memp_priv.h \
lwip/src/include/lwip/priv/mem_priv.h \
lwip-contrib/apps/chargen/chargen.h \
lwip-contrib/apps/httpserver/httpserver-netconn.h tapif.h \
lwip-contrib/apps/tcpecho/tcpecho.h lwip-contrib/apps/udpecho/udpecho.h