Changeset 234
- Timestamp:
- 03/13/10 03:30:38 (2 years ago)
- Location:
- ap51-flash/trunk
- Files:
-
- 2 modified
-
missing-osx.h (modified) (2 diffs)
-
packet.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ap51-flash/trunk/missing-osx.h
r223 r234 29 29 #define IPPORT_TFTP 69 30 30 31 /*struct iphdr {31 struct iphdr { 32 32 unsigned int ihl:4; 33 33 unsigned int version:4; … … 41 41 u_int32_t saddr; 42 42 u_int32_t daddr; 43 }; */43 }; 44 44 45 45 struct udphdr { -
ap51-flash/trunk/packet.c
r228 r234 310 310 311 311 fprintf(stderr, "TFTP connection timeout .. \n"); 312 tftp_write_req();312 ret = tftp_write_req(); 313 313 if (ret != 0) 314 314 return ret;
