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 …]
963 DHCP_OPT *doptp; in dhcpinit() local1013 doptp = pl->opts[CD_HOSTNAME]; in dhcpinit()1014 i = doptp->len; in dhcpinit()1018 bcopy(doptp->value, utsname.nodename, i); in dhcpinit()1030 doptp = pl->opts[CD_NIS_DOMAIN]; in dhcpinit()1031 i = doptp->len; in dhcpinit()1032 p = (caddr_t)doptp->value; in dhcpinit()1049 doptp = pl->opts[CD_SUBNETMASK]; in dhcpinit()1050 if (doptp->len != sizeof (struct in_addr)) { in dhcpinit()1054 bcopy(doptp->value, &subnet, sizeof (struct in_addr)); in dhcpinit()[all …]