Searched refs:dn_cid_len (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libdhcpsvc/modules/files0/
H A Ddhcp_network.c307 uint_t dn_cid_len; local
324 * We use dn_cid_len since dnp->dn_cid_len is of type uchar_t but
327 dn_cid_len = DN_MAX_CID_LEN;
329 dnp->dn_cid, &dn_cid_len) != 0)
332 dnp->dn_cid_len = dn_cid_len;
334 (dnp->dn_cid_len != targetp->dn_cid_len ||
335 (memcmp(dnp->dn_cid, targetp->dn_cid, dnp->dn_cid_len) !
633 unsigned int dn_cid_len = sizeof (dn_cid); local
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/modules/files/
H A Ddhcp_network.c377 uint_t dn_cid_len; local
394 * We use dn_cid_len since dnp->dn_cid_len is of type uchar_t but
397 dn_cid_len = DN_MAX_CID_LEN;
399 dnp->dn_cid, &dn_cid_len) != 0)
402 dnp->dn_cid_len = dn_cid_len;
404 (dnp->dn_cid_len != targetp->dn_cid_len ||
405 (memcmp(dnp->dn_cid, targetp->dn_cid, dnp->dn_cid_len) !
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/tests/
H A Dtest_private.c319 recs[0].dn_cid_len = sizeof (cid0);
327 recs[1].dn_cid_len = 1;
334 recs[2].dn_cid_len = 1;
340 recs[3].dn_cid_len = 1;
346 recs[4].dn_cid_len = 1;
357 recs[i].dn_cid_len, cid, &cidlen);
386 dnp->dn_cid_len, cid, &cidlen);
422 dn.dn_cid_len = 7;
471 dnp->dn_cid_len, cid, &cidlen);
497 dnp->dn_cid_len, ci
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dpublic.c80 retval->dn_cid_len = cid_len;
H A Dprivate.c729 if (dn->dn_cid_len < 1 || dn->dn_cid_len > DN_MAX_CID_LEN)
/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Ddhcp_network.c383 targetp->dn_cid_len);
531 (dnp->dn_cid_len != targetp->dn_cid_len ||
532 (memcmp(dnp->dn_cid, targetp->dn_cid, dnp->dn_cid_len) != 0)))
535 (dnp->dn_cid_len == targetp->dn_cid_len &&
536 (memcmp(dnp->dn_cid, targetp->dn_cid, dnp->dn_cid_len) == 0)))
585 hash = cidhash(addp->dn_cid, addp->dn_cid_len);
729 hash = cidhash(rec.rec_dn.dn_cid, rec.rec_dn.dn_cid_len);
894 hash = cidhash(rec.rec_dn.dn_cid, rec.rec_dn.dn_cid_len);
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/head/
H A Ddhcp_svc_public.h180 uchar_t dn_cid_len; /* Length of client id */ member in struct:__anon1538

Completed in 22 milliseconds