1*ba47ec9dSmillert /* Declarations which would have been found in <arpa/inet.h> */ 2*ba47ec9dSmillert /* On Plan 9, these are found in <netinet/in.h> */ 3*ba47ec9dSmillert 4*ba47ec9dSmillert /* extern unsigned long inet_addr(const char *); */ 5*ba47ec9dSmillert /* extern char *inet_ntoa(struct in_addr); */ 6*ba47ec9dSmillert 7*ba47ec9dSmillert #include <netinet/in.h> 8