Rev 4582 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4582 | Rev 4714 | ||
---|---|---|---|
Line 40... | Line 40... | ||
40 | #include <string.h> |
40 | #include <string.h> |
41 | 41 | ||
42 | #include "include/in.h" |
42 | #include "include/in.h" |
43 | #include "include/in6.h" |
43 | #include "include/in6.h" |
44 | #include "include/inet.h" |
44 | #include "include/inet.h" |
45 | #include "include/socket.h" |
45 | #include "include/socket_codes.h" |
46 | 46 | ||
47 | int inet_pton( uint16_t family, const char * address, uint8_t * data ){ |
47 | int inet_pton( uint16_t family, const char * address, uint8_t * data ){ |
48 | const char * next; |
48 | const char * next; |
49 | char * last; |
49 | char * last; |
50 | int index; |
50 | int index; |