Searched refs:CD_SERVER_ID (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/stand/lib/inet/ |
H A D | dhcpv4.c | 516 if (!wk->opts[CD_SERVER_ID]) { in select_best() 521 if (wk->opts[CD_SERVER_ID]->len != 4) { in select_best() 605 if (pl->opts[CD_SERVER_ID] != NULL && in dhcp_decline() 606 pl->opts[CD_SERVER_ID]->len == sizeof (struct in_addr)) { in dhcp_decline() 607 bcopy(pl->opts[CD_SERVER_ID]->value, in dhcp_decline() 608 &t_server, pl->opts[CD_SERVER_ID]->len); in dhcp_decline() 617 *opt++ = CD_SERVER_ID; in dhcp_decline() 775 *opt++ = CD_SERVER_ID; in dhcp_requesting() 776 *opt++ = pl->opts[CD_SERVER_ID]->len; in dhcp_requesting() 777 bcopy(pl->opts[CD_SERVER_ID]->value, opt, in dhcp_requesting() [all …]
|
/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | request.c | 301 (void) add_pkt_opt(dpkt, CD_SERVER_ID, in dhcp_requesting() 302 offer->opts[CD_SERVER_ID]->value, in dhcp_requesting() 303 offer->opts[CD_SERVER_ID]->len); in dhcp_requesting() 481 if (pkt->opts[CD_SERVER_ID] == NULL) { in compute_points_v4() 487 if (pkt->opts[CD_SERVER_ID]->len != sizeof (ipaddr_t)) { in compute_points_v4() 660 if (plp->opts[CD_SERVER_ID] == NULL || in accept_v4_acknak() 661 plp->opts[CD_SERVER_ID]->len != sizeof (ipaddr_t)) { in accept_v4_acknak()
|
H A D | release.c | 86 (void) add_pkt_opt32(dpkt, CD_SERVER_ID, serverip); in send_declines() 196 (void) add_pkt_opt32(dpkt, CD_SERVER_ID, serverip); in dhcp_release()
|
H A D | bound.c | 974 (void) memcpy(&inaddr, ack->opts[CD_SERVER_ID]->value, in configure_v4_lease()
|
/titanic_50/usr/src/uts/common/netinet/ |
H A D | dhcp.h | 119 #define CD_SERVER_ID 54 macro
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_dhcp.c | 295 case CD_SERVER_ID: in show_options()
|