Searched refs:dsm_cid (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | states.c | 330 free(dsmp->dsm_cid); in free_smach() 921 dsmp->dsm_cid = (uchar_t *)dllt; in get_smach_cid() 934 dsmp->dsm_cid = (uchar_t *)dll; in get_smach_cid() 982 dsmp->dsm_cid = (uchar_t *)den; in get_smach_cid() 999 dsmp->dsm_cid = (uchar_t *)cp; in get_smach_cid() 1004 (void) memmove(dsmp->dsm_cid + 5, in get_smach_cid() 1005 dsmp->dsm_cid, client_id_len - 5); in get_smach_cid() 1006 dsmp->dsm_cid[0] = 255; in get_smach_cid() 1007 dsmp->dsm_cid[1] = lif->lif_iaid >> 24; in get_smach_cid() 1008 dsmp->dsm_cid[2] = lif->lif_iaid >> 16; in get_smach_cid() [all …]
|
H A D | adopt.c | 144 if (!get_prom_prop("chosen", "client-id", &dsmp->dsm_cid, in dhcp_adopt() 154 } else if (dsmp->dsm_hwtype == ARPHRD_IB && dsmp->dsm_cid == NULL) { in dhcp_adopt()
|
H A D | states.h | 87 uchar_t *dsm_cid; /* client id */ member
|
H A D | packet.c | 207 add_pkt_opt(dpkt, DHCPV6_OPT_CLIENTID, dsmp->dsm_cid, in init_pkt() 269 add_pkt_opt(dpkt, CD_CLIENT_ID, dsmp->dsm_cid, in init_pkt()
|
H A D | request.c | 721 memcmp(d6o + 1, dsmp->dsm_cid, olen) != 0) { in accept_v6_message()
|
H A D | README.v6 | 836 if_cid dhcp_smach_t.dsm_cid
|