goldsimon
|
a50dd0cc7b
|
Use new macro ip_addr_copy
|
2010-02-14 12:44:48 +00:00 |
|
goldsimon
|
5397ecfbca
|
Added comment
|
2010-02-12 16:59:50 +00:00 |
|
goldsimon
|
c4fb6238a0
|
Support for case insensitiva comparision of NETBIOS_LWIP_NAME
|
2010-02-05 10:56:47 +00:00 |
|
goldsimon
|
a6828003d8
|
Replaced struct ip_addr by typedef ip_addr_t to make changing the actual implementation behind the typedef easier.
|
2010-02-04 18:50:12 +00:00 |
|
goldsimon
|
899ae6a321
|
Use macros defined in ip_addr.h (some of them new) to work with IP addresses (preparation for bug #27352 - Change ip_addr from struct to typedef (u32_t) - and better code).
|
2010-02-04 17:23:30 +00:00 |
|
goldsimon
|
185eb9663f
|
Coding style: don't use reserved C++ keywords (since many editors can't differ between a C and a C++ file); bug #28659: Missing casts
|
2010-01-25 08:21:33 +00:00 |
|
goldsimon
|
6ce49364c5
|
Added many missing includes to <string.h>
|
2009-08-11 14:34:28 +00:00 |
|
fbernon
|
40989aae68
|
netbios.c: change to enable SOF_BROADCAST option
|
2009-05-04 08:00:22 +00:00 |
|
fbernon
|
f687cc2699
|
Minor changes: replace directy call to memcpy by MEMCPY macro.
|
2008-01-26 16:12:16 +00:00 |
|
fbernon
|
0ed511d380
|
Minor changes in contrib folder: fix some warnings
|
2008-01-04 22:49:56 +00:00 |
|
fbernon
|
bf55cf26f1
|
Minor changes: don't presume the netif_default is always initialized in some apps (avoid crashs).
|
2007-11-30 16:39:16 +00:00 |
|
fbernon
|
8105013eb0
|
netbios.c, ping.c, sntp.c: minor changes: add comments, add some parameters, some coding style...
|
2007-11-13 00:58:51 +00:00 |
|
fbernon
|
6042cd8598
|
netbios.c: enable to redefine in lwipopts.h the NETBIOS_LWIP_NAME
|
2007-10-21 19:08:02 +00:00 |
|
goldsimon
|
530171e23e
|
Using PBUF_RAM instead of PBUF_REF and stack-memory to be safer (and faster with ARP queueing).
|
2007-10-21 12:46:35 +00:00 |
|
goldsimon
|
9e8b944c7f
|
Forgot one flag in response (AUTHORATIVE) - doesn't work without!
|
2007-10-21 12:44:29 +00:00 |
|
goldsimon
|
dd75189919
|
Added (and using) defines for flags & ttl, checking NETBIOS_LWIP_NAME vs NETBIOS_NAME_LEN, added file description.
|
2007-10-21 12:27:33 +00:00 |
|
fbernon
|
a8e70b3c20
|
Add netbios name service sample
|
2007-10-18 23:09:13 +00:00 |
|