Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/dhcpv4/
Ddhcpv4_server.c62 struct dhcpv4_server_ctx { struct
76 static struct dhcpv4_server_ctx server_ctx[CONFIG_NET_DHCPV4_SERVER_INSTANCES]; argument
80 static void dhcpv4_server_timeout_recalc(struct dhcpv4_server_ctx *ctx) in dhcpv4_server_timeout_recalc()
505 struct dhcpv4_server_ctx *ctx, in dhcpv4_encode_requested_params()
542 static int dhcpv4_send(struct dhcpv4_server_ctx *ctx, enum net_dhcpv4_msg_type type, in dhcpv4_send()
608 static int dhcpv4_send_offer(struct dhcpv4_server_ctx *ctx, struct dhcp_msg *msg, in dhcpv4_send_offer()
648 static int dhcpv4_send_ack(struct dhcpv4_server_ctx *ctx, struct dhcp_msg *msg, in dhcpv4_send_ack()
693 static int dhcpv4_send_nak(struct dhcpv4_server_ctx *ctx, struct dhcp_msg *msg, in dhcpv4_send_nak()
770 static int dhcpv4_probe_address(struct dhcpv4_server_ctx *ctx, in dhcpv4_probe_address()
795 struct dhcpv4_server_ctx *ctx = user_data; in echo_reply_handler()
[all …]