Rev 4350 | Rev 4578 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4350 | Rev 4559 | ||
|---|---|---|---|
| Line 36... | Line 36... | ||
| 36 | 36 | ||
| 37 | #include <errno.h> |
37 | #include <errno.h> |
| 38 | #include <mem.h> |
38 | #include <mem.h> |
| 39 | #include <stdio.h> |
39 | #include <stdio.h> |
| 40 | 40 | ||
| 41 | #include "include/sockaddr.h" |
41 | #include "include/inet.h" |
| 42 | #include "include/socket.h" |
42 | #include "include/socket.h" |
| 43 | 43 | ||
| 44 | int inet_pton( uint16_t family, const char * address, uint8_t * data ){ |
44 | int inet_pton( uint16_t family, const char * address, uint8_t * data ){ |
| 45 | const char * next; |
45 | const char * next; |
| 46 | char * last; |
46 | char * last; |