Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/dist/client/
H A Ddhclient.c251 static int send_dhcpv4_query(struct client_state *client, int broadcast);
2644 result = send_dhcpv4_query(client, 1);
3045 result = send_dhcpv4_query(client, broadcast);
3104 result = send_dhcpv4_query(client, 1);
3169 result = send_dhcpv4_query(client, broadcast);
3213 static int send_dhcpv4_query(struct client_state *client, int broadcast) { in send_dhcpv4_query() function