bundletype Net_T = | { include "${BUILDDIR}/oskit/machine/endian.h" include "${OSKITDIR}/oskit/c/arpa/inet.h"
htonl
htons
ntohl
ntohs
inet_addr
inet_aton
inet_ntoa
__inet_aton } |
C types: unsigned long htonl(unsigned long);
unsigned short htons(unsigned short);
unsigned long ntohl(unsigned long);
unsigned short ntohs(unsigned short);
in_addr_t inet_addr(const char *);
char *inet_ntoa(struct in_addr);
int inet_aton(const char *,struct in_addr *);
Extended by:
Exported by:
Imported by: arp_table, bootp, convert_ipaddr, example_fudp, example_pingreply, examples_ipinfo, examples_socket_bsd, examples_socket_com, fake_udp, freebsd_net, fudp_obj, netdisk, pxe_boot, send_message_one_char_at_a_time |