Home
last modified time | relevance | path

Searched refs:doptp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c717 DHCP_OPT *doptp; in dhcp_requesting() local
865 (doptp->len % 4) != 0)) { in dhcp_requesting()
893 DHCP_OPT *doptp; in dhcp_bound() local
939 if (doptp->len != 4) in dhcp_bound()
942 bcopy(doptp->value, &subnet, in dhcp_bound()
955 doptp = state_pl->opts[CD_IPTTL]; in dhcp_bound()
956 if (doptp->len > 1) in dhcp_bound()
962 *(uint8_t *)doptp->value); in dhcp_bound()
972 if ((doptp->len % 4) != 0) { in dhcp_bound()
981 tp = doptp->value; in dhcp_bound()
[all …]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c965 DHCP_OPT *doptp; in dhcpinit() local
1016 i = doptp->len; in dhcpinit()
1033 i = doptp->len; in dhcpinit()
1085 doptp->len); in dhcpinit()
1177 DHCP_OPT *doptp; in cacheinit() local
1205 if (doptp == NULL) in cacheinit()
1213 size = doptp->len; in cacheinit()
1282 bcopy(doptp->value, server_name_c, doptp->len); in cacheinit()
1295 if (doptp) { in cacheinit()
1313 if (doptp != NULL && doptp->len < 255) { in cacheinit()
[all …]