HelenOS sources
inet_addr_format 117 uspace/app/dnscfg/dnscfg.c rc = inet_addr_format(&addr, &addr_str);
inet_addr_format 88 uspace/app/dnsres/dnsres.c rc = inet_addr_format(&hinfo->addr, &saddr);
inet_addr_format 442 uspace/app/inet/inet.c rc = inet_addr_format(&srinfo.router, &router_str);
inet_addr_format 104 uspace/app/nterm/conn.c rc = inet_addr_format(&epp.remote.addr, &s);
inet_addr_format 114 uspace/app/ping/ping.c errno_t rc = inet_addr_format(&src_addr, &asrc);
inet_addr_format 119 uspace/app/ping/ping.c rc = inet_addr_format(&dest_addr, &adest);
inet_addr_format 284 uspace/app/ping/ping.c rc = inet_addr_format(&src_addr, &asrc);
inet_addr_format 290 uspace/app/ping/ping.c rc = inet_addr_format(&dest_addr, &adest);
inet_addr_format 114 uspace/lib/inet/include/inet/addr.h extern errno_t inet_addr_format(const inet_addr_t *, char **);
inet_addr_format 115 uspace/lib/inet/src/host.c rc = inet_addr_format(&host->host.addr, &str);
inet_addr_format 149 uspace/lib/inet/src/hostport.c rc = inet_addr_format(&hp->host.addr, &astr);
inet_addr_format 138 uspace/lib/nettl/src/amap.c (void) inet_addr_format(&rep->addr, &sraddr);
inet_addr_format 139 uspace/lib/nettl/src/amap.c (void) inet_addr_format(la, &sladdr);
inet_addr_format 147 uspace/lib/nettl/src/amap.c (void) inet_addr_format(&repla->rep.addr, &sraddr);
inet_addr_format 148 uspace/lib/nettl/src/amap.c (void) inet_addr_format(&repla->laddr, &sladdr);
inet_addr_format 258 uspace/srv/net/dhcp/dhcp.c rc = inet_addr_format(&yiaddr, &saddr);
inet_addr_format 266 uspace/srv/net/dhcp/dhcp.c rc = inet_addr_format(&siaddr, &saddr);
inet_addr_format 274 uspace/srv/net/dhcp/dhcp.c rc = inet_addr_format(&giaddr, &saddr);
inet_addr_format 367 uspace/srv/net/dhcp/dhcp.c rc = inet_addr_format(&offer->router, &saddr);
inet_addr_format 376 uspace/srv/net/dhcp/dhcp.c rc = inet_addr_format(&offer->dns_server, &saddr);
inet_addr_format 355 uspace/srv/net/inetsrv/sroute.c rc = inet_addr_format(&sroute->router, &str);
inet_addr_format 450 uspace/srv/net/tcp/service.c inet_addr_format(&epp->local.addr, &slocal);
inet_addr_format 451 uspace/srv/net/tcp/service.c inet_addr_format(&epp->remote.addr, &sremote);
HelenOS homepage, sources at GitHub