Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dstates.c881 ulong_t duidtype; in get_smach_cid() local
885 duidtype = strtoul(value, &cp, 0); in get_smach_cid()
887 duidtype > 65535) { in get_smach_cid()
893 switch (duidtype) { in get_smach_cid()
916 if (duidtype == DHCPV6_DUID_LL) { in get_smach_cid()
925 dllt->dllt_dutype = htons(duidtype); in get_smach_cid()
938 dll->dll_dutype = htons(duidtype); in get_smach_cid()
975 den->den_dutype = htons(duidtype); in get_smach_cid()
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlinkprop.c2844 uint16_t duidtype, hwtype; in dladm_cid2str() local
2851 bcopy(cid->dc_id, &duidtype, sizeof (duidtype)); in dladm_cid2str()
2852 duidtype = ntohs(duidtype); in dladm_cid2str()
2853 switch (duidtype) { in dladm_cid2str()
2887 duidtype, ennum, tmp_buf); in dladm_cid2str()
2904 duidtype, hwtype, lladdr); in dladm_cid2str()
2916 duidtype, tmp_buf); in dladm_cid2str()
2960 ulong_t duidtype; in dladm_str2cid() local
2969 duidtype > USHRT_MAX) in dladm_str2cid()
2973 if (duidtype != 0 && duidtype <= DHCPV6_DUID_LL) { in dladm_str2cid()
[all …]