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     255 uspace/srv/net/dhcp/dhcp.c 	inet_addr_set(uint32_t_be2host(hdr->yiaddr), &yiaddr);
inet_addr_set     263 uspace/srv/net/dhcp/dhcp.c 	inet_addr_set(uint32_t_be2host(hdr->siaddr), &siaddr);
inet_addr_set     271 uspace/srv/net/dhcp/dhcp.c 	inet_addr_set(uint32_t_be2host(hdr->giaddr), &giaddr);
inet_addr_set     320 uspace/srv/net/dhcp/dhcp.c 			inet_addr_set(dhcp_uint32_decode(&msgb[i]),
inet_addr_set     327 uspace/srv/net/dhcp/dhcp.c 			inet_addr_set(dhcp_uint32_decode(&msgb[i]),
inet_addr_set     334 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