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

/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dinet.c463 inet_ntoa(struct in_addr addr) function
/vbox/src/VBox/Devices/Network/lwip-new/src/include/ipv4/lwip/
H A Dinet.h114 #define inet_ntoa(addr) ipaddr_ntoa((ip_addr_t*)&(addr)) macro
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dipv4.c53 DBGC ( netdev, "IPv4 add %s", inet_ntoa ( address ) );
54 DBGC ( netdev, "/%s ", inet_ntoa ( netmask ) );
56 DBGC ( netdev, "gw %s ", inet_ntoa ( gateway ) );
92 DBGC ( netdev, "IPv4 del %s", inet_ntoa ( miniroute->address ) );
93 DBGC ( netdev, "/%s ", inet_ntoa ( miniroute->netmask ) );
95 DBGC ( netdev, "gw %s ", inet_ntoa ( miniroute->gateway ) );
335 inet_ntoa ( iphdr->dest ) );
354 DBGC2 ( sin_dest->sin_addr, "IPv4 TX %s->", inet_ntoa ( iphdr->src ) );
356 inet_ntoa ( iphdr->dest ), ntohs ( iphdr->len ),
370 inet_ntoa ( next_ho
586 char * inet_ntoa ( struct in_addr in ) { function
[all...]
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dipcp.c184 * Non-standard inet_ntoa left here for compat with original ppp
192 return inet_ntoa(ia);
195 #define inet_ntoa _inet_ntoa macro
612 inet_ntoa(ciaddr1)));
617 inet_ntoa(ciaddr2)));
652 IPCPDEBUG((LOG_INFO, "primary DNS address %s\n", inet_ntoa(cidnsaddr)));
657 IPCPDEBUG((LOG_INFO, "secondary DNS address %s\n", inet_ntoa(cidnsaddr)));
917 IPCPDEBUG((LOG_INFO, "his addr %s\n", inet_ntoa(ciaddr1)));
941 IPCPDEBUG((LOG_INFO, "our addr %s\n", inet_ntoa(ciaddr2)));
989 IPCPDEBUG((LOG_INFO, "ipcp_reqci: Nak ADDR %s\n", inet_ntoa(ciaddr
[all...]
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h133 #define inet_ntoa lwip_inet_ntoa macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacsockotpt.c2209 PR_IMPLEMENT(char *) inet_ntoa(struct in_addr addr) function

Completed in 57 milliseconds