Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Drequest.c276 if (offer->opts[CD_MESSAGE] != NULL) { in dhcp_requesting()
278 (char *)offer->opts[CD_MESSAGE]->value, in dhcp_requesting()
279 offer->opts[CD_MESSAGE]->len); in dhcp_requesting()
674 if (plp->opts[CD_MESSAGE] != NULL) { in accept_v4_acknak()
675 print_server_msg(dsmp, (char *)plp->opts[CD_MESSAGE]->value, in accept_v4_acknak()
676 plp->opts[CD_MESSAGE]->len); in accept_v4_acknak()
H A Drelease.c189 (void) add_pkt_opt(dpkt, CD_MESSAGE, msg, in dhcp_release()
H A Dpacket.c783 (void) add_pkt_opt(dpkt, CD_MESSAGE, msg, in add_pkt_lif()
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c632 *opt++ = CD_MESSAGE; in dhcp_decline()
752 if (pl->opts[CD_MESSAGE]) in dhcp_requesting()
753 prt_server_msg(pl->opts[CD_MESSAGE]); in dhcp_requesting()
845 if (wk->opts[CD_MESSAGE]) in dhcp_requesting()
846 prt_server_msg(wk->opts[CD_MESSAGE]); in dhcp_requesting()
855 if (state_pl->opts[CD_MESSAGE]) in dhcp_requesting()
856 prt_server_msg(state_pl->opts[CD_MESSAGE]); in dhcp_requesting()
/illumos-gate/usr/src/uts/common/netinet/
H A Ddhcp.h120 #define CD_MESSAGE 56 macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcp.c351 case CD_MESSAGE: in show_options()