Home
last modified time | relevance | path

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

/minix/minix/include/net/gen/
H A Ddhcp.h67 #define DHCP_INFORM 8 /* Client requests just local config. */ macro
/minix/minix/lib/liblwip/dist/src/include/lwip/prot/
H A Ddhcp.h129 #define DHCP_INFORM 8 macro
/minix/external/bsd/dhcpcd/dist/
H A Ddhcp.h62 #define DHCP_INFORM 8 macro
H A Ddhcp.c100 { DHCP_INFORM, "INFORM" },
806 if ((type == DHCP_INFORM || type == DHCP_RELEASE || in make_message()
814 if (type == DHCP_INFORM && state->addr.s_addr == 0) in make_message()
903 type == DHCP_INFORM || in make_message()
946 if (type != DHCP_INFORM) { in make_message()
1063 if (type == DHCP_INFORM && in make_message()
1087 if (type == DHCP_INFORM && in make_message()
1810 send_message((struct interface *)arg, DHCP_INFORM, send_inform); in send_inform()
H A Dauth.c536 if ((mp == 4 && (mt == DHCP_DISCOVER || mt == DHCP_INFORM)) || in dhcp_auth_encode()
/minix/minix/lib/liblwip/dist/src/core/ipv4/
H A Ddhcp.c813 result = dhcp_create_msg(netif, &dhcp, DHCP_INFORM); in dhcp_inform()
1862 …if ((message_type == DHCP_INFORM) || (message_type == DHCP_DECLINE) || (message_type == DHCP_RELEA… in dhcp_create_msg()