Searched refs:CD_SUBNETMASK (Results 1 – 6 of 6) sorted by relevance
50 #define CD_SUBNETMASK 1 macro167 #define DHCP_FIRST_OPT CD_SUBNETMASK
1031 if (ack->opts[CD_SUBNETMASK] != NULL && in configure_v4_lease()1032 ack->opts[CD_SUBNETMASK]->len == sizeof (inaddr)) { in configure_v4_lease()1034 (void) memcpy(&inaddr, ack->opts[CD_SUBNETMASK]->value, in configure_v4_lease()1039 if (ack->opts[CD_SUBNETMASK] != NULL && in configure_v4_lease()1040 ack->opts[CD_SUBNETMASK]->len != sizeof (inaddr)) { in configure_v4_lease()1043 ack->opts[CD_SUBNETMASK]->len, sizeof (ipaddr_t)); in configure_v4_lease()
511 if (pkt->opts[CD_SUBNETMASK] != NULL) in compute_points_v4()
117 CD_SUBNETMASK, in parameter_request_list()550 if (wk->opts[CD_SUBNETMASK]) in select_best()937 if (state_pl->opts[CD_SUBNETMASK] != NULL) { in dhcp_bound()938 doptp = state_pl->opts[CD_SUBNETMASK]; in dhcp_bound()940 state_pl->opts[CD_SUBNETMASK] = NULL; in dhcp_bound()
291 case CD_SUBNETMASK: in show_options()
1048 if (pl->opts[CD_SUBNETMASK] != NULL) { in dhcpinit()1049 doptp = pl->opts[CD_SUBNETMASK]; in dhcpinit()1051 pl->opts[CD_SUBNETMASK] = NULL; in dhcpinit()