Searched defs:inet_ntoa (Results 1 - 4 of 4) sorted by relevance

/external/syslinux/com32/lib/
H A Dinet.c32 char *inet_ntoa(struct in_addr addr) function
/external/openssh/openbsd-compat/
H A Dinet_ntoa.c1 /* $OpenBSD: inet_ntoa.c,v 1.6 2005/08/06 20:30:03 espie Exp $ */
31 /* OPENBSD ORIGINAL: lib/libc/net/inet_ntoa.c */
47 inet_ntoa(struct in_addr in) function
/external/syslinux/core/lwip/src/include/ipv4/lwip/
H A Dinet.h98 #define inet_ntoa(addr) ipaddr_ntoa((ip_addr_t*)&(addr)) macro
/external/syslinux/gpxe/src/net/
H A Dipv4.c51 DBG ( "IPv4 add %s", inet_ntoa ( address ) );
52 DBG ( "/%s ", inet_ntoa ( netmask ) );
54 DBG ( "gw %s ", inet_ntoa ( gateway ) );
89 DBG ( "IPv4 del %s", inet_ntoa ( miniroute->address ) );
90 DBG ( "/%s ", inet_ntoa ( miniroute->netmask ) );
92 DBG ( "gw %s ", inet_ntoa ( miniroute->gateway ) );
336 DBG ( "IPv4 has no route to %s\n", inet_ntoa ( iphdr->dest ) );
345 inet_ntoa ( next_hop ), strerror ( rc ) );
355 DBG ( "IPv4 TX %s->", inet_ntoa ( iphdr->src ) );
357 inet_ntoa ( iphd
507 char * inet_ntoa ( struct in_addr in ) { function
[all...]

Completed in 282 milliseconds