OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uC-libc/] [include/] [arpa/] [inet.h] - Rev 1775

Go to most recent revision | Compare with Previous | Blame | View Log

#ifndef __ARPA_INET_H
#define __ARPA_INET_H
 
#include <netinet/in.h>
 
int inet_aton(const char *cp, struct in_addr *inp);
 
unsigned long int inet_addr(const char *cp);
 
char *inet_ntoa(struct in_addr in);
 
#endif
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.