Searched refs:dhcpv4_send (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/net/lib/dhcpv4/ |
D | dhcpv4_server.c | 542 static int dhcpv4_send(struct dhcpv4_server_ctx *ctx, enum net_dhcpv4_msg_type type, in dhcpv4_send() function 638 ret = dhcpv4_send(ctx, NET_DHCPV4_MSG_TYPE_OFFER, reply, reply_len, in dhcpv4_send_offer() 683 ret = dhcpv4_send(ctx, NET_DHCPV4_MSG_TYPE_ACK, reply, reply_len, msg, in dhcpv4_send_ack() 719 ret = dhcpv4_send(ctx, NET_DHCPV4_MSG_TYPE_NAK, reply, reply_len, msg, in dhcpv4_send_nak()
|