Searched refs:doptp (Results 1 – 2 of 2) sorted by relevance
717 DHCP_OPT *doptp; in dhcp_requesting() local863 doptp = state_pl->opts[CD_LEASE_TIME]; in dhcp_requesting()864 if (state_pl->opts[CD_DHCP_TYPE] && (!doptp || in dhcp_requesting()865 (doptp->len % 4) != 0)) { in dhcp_requesting()893 DHCP_OPT *doptp; in dhcp_bound() local929 doptp = state_pl->vs[VS_BOOT_NFS_READSIZE]; in dhcp_bound()930 if (doptp->len != sizeof (int16_t)) in dhcp_bound()938 doptp = state_pl->opts[CD_SUBNETMASK]; in dhcp_bound()939 if (doptp->len != 4) in dhcp_bound()942 bcopy(doptp->value, &subnet, in dhcp_bound()[all …]
965 DHCP_OPT *doptp; in dhcpinit() local1015 doptp = pl->opts[CD_HOSTNAME]; in dhcpinit()1016 i = doptp->len; in dhcpinit()1020 bcopy(doptp->value, utsname.nodename, i); in dhcpinit()1032 doptp = pl->opts[CD_NIS_DOMAIN]; in dhcpinit()1033 i = doptp->len; in dhcpinit()1034 p = (caddr_t)doptp->value; in dhcpinit()1051 doptp = pl->opts[CD_SUBNETMASK]; in dhcpinit()1052 if (doptp->len != sizeof (struct in_addr)) { in dhcpinit()1056 bcopy(doptp->value, &subnet, sizeof (struct in_addr)); in dhcpinit()[all …]