HelenOS sources
inet_addr_set 121 uspace/lib/inet/include/inet/addr.h extern void inet_addr_set(addr32_t, inet_addr_t *);
inet_addr_set 257 uspace/srv/net/dhcp/dhcp.c inet_addr_set(uint32_t_be2host(hdr->yiaddr), &yiaddr);
inet_addr_set 265 uspace/srv/net/dhcp/dhcp.c inet_addr_set(uint32_t_be2host(hdr->siaddr), &siaddr);
inet_addr_set 273 uspace/srv/net/dhcp/dhcp.c inet_addr_set(uint32_t_be2host(hdr->giaddr), &giaddr);
inet_addr_set 322 uspace/srv/net/dhcp/dhcp.c inet_addr_set(dhcp_uint32_decode(&msgb[i]),
inet_addr_set 329 uspace/srv/net/dhcp/dhcp.c inet_addr_set(dhcp_uint32_decode(&msgb[i]),
inet_addr_set 336 uspace/srv/net/dhcp/dhcp.c inet_addr_set(dhcp_uint32_decode(&msgb[i]),
inet_addr_set 84 uspace/srv/net/dhcp/transport.c inet_addr_set(addr32_broadcast_all_hosts, &ep.addr);
inet_addr_set 147 uspace/srv/net/dnsrsrv/query.c inet_addr_set(dns_uint32_t_decode(rr->rdata, rr->rdata_size),
inet_addr_set 68 uspace/srv/net/ethip/arp.c inet_addr_set(packet.target_proto_addr, &addr);
inet_addr_set 348 uspace/srv/net/inetsrv/pdu.c inet_addr_set(uint32_t_be2host(hdr->src_addr), &packet->src);
inet_addr_set 349 uspace/srv/net/inetsrv/pdu.c inet_addr_set(uint32_t_be2host(hdr->dest_addr), &packet->dest);
HelenOS homepage, sources at GitHub