Home
last modified time | relevance | path

Searched refs:rip_str (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/client/
H A Ddhclient.c2899 const char* rip_str = ""; local
3029 rip_str = inet_ntoa(client->packet.ciaddr);
3031 rip_str = piaddr(client->requested_address);
3034 strncpy(rip_buf, rip_str, sizeof(rip_buf)-1);