Changeset 158 for uKadecot/trunk/uip/net/ipv4/uip-neighbor.c
- Timestamp:
- Feb 20, 2016, 10:43:32 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uKadecot/trunk/uip/net/ipv4/uip-neighbor.c
r157 r158 40 40 */ 41 41 42 #include " uip-neighbor.h"42 #include "net/ipv4/uip-neighbor.h" 43 43 44 44 #include <string.h> … … 55 55 uip_ipaddr_t ipaddr; 56 56 struct uip_neighbor_addr addr; 57 u 8_t time;57 uint8_t time; 58 58 }; 59 59 static struct neighbor_entry entries[ENTRIES]; … … 86 86 { 87 87 int i, oldest; 88 u 8_t oldest_time;88 uint8_t oldest_time; 89 89 90 90 printf("Adding neighbor with link address %02x:%02x:%02x:%02x:%02x:%02x\n",
Note:
See TracChangeset
for help on using the changeset viewer.