Searched refs:rec_dtval (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Ddhcptab.h68 * `rec_dtval' array which will contain the current value of `dt_value'.
69 * Since `rec_dtval' is of variable size, we must explicitly keep track of
74 uint32_t rec_dtvalsize; /* total size of rec_dtval */
75 char rec_dtval[1]; /* dt_value field from dt_rec_t */ member in struct:dt_filerec
H A Ddhcptab.c75 * We compute the RECSIZE using the offset of `rec_dtval' rather than the
79 #define RECSIZE(rec) (offsetof(dt_filerec_t, rec_dtval) + ((rec).rec_dtvalsize))
273 recoff + offsetof(dt_filerec_t, rec_dtval)) == -1) {
398 (void) strcpy(rec->rec_dtval, addp->dt_value);
521 (void) strcpy(rec->rec_dtval, newp->dt_value);

Completed in 16 milliseconds