Searched defs:addp (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libdhcpsvc/modules/templates/
H A Ddhcp_network.c97 * Add the record pointed to by ``addp'' to from the dhcp network container
98 * referred to by the handle. The underlying public module will set ``addp's''
102 add_dn(void *handle, dn_rec_t *addp) argument
H A Ddhcptab.c94 * Add the record pointed to by ``addp'' to from the dhcptab container referred
95 * to by the handle. The underlying public module will set ``addp's'' signature
99 add_dt(void *handle, dt_rec_t *addp) argument
/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Ddhcptab.c338 add_dt(void *handle, dt_rec_t *addp) argument
363 retval = find_dt(fd, 0, query, 1, addp, NULL, &found);
394 addp->dt_sig = gensig();
395 rec = alloca(sizeof (dt_filerec_t) + strlen(addp->dt_value));
396 rec->rec_dt = *addp;
397 rec->rec_dtvalsize = strlen(addp->dt_value) + 1;
398 (void) strcpy(rec->rec_dtval, addp->dt_value);
H A Ddhcp_network.c568 add_dn(void *handle, dn_rec_t *addp) argument
585 hash = cidhash(addp->dn_cid, addp->dn_cid_len);
597 recid = RECID(addp->dn_cip.s_addr, dhp->dh_netmask);
613 rec.rec_dn = *addp;
684 addp->dn_sig = rec.rec_dn.dn_sig;
/osnet-11/usr/src/lib/libdhcpsvc/modules/files/
H A Ddhcptab.c486 add_dt(void *handle, dt_rec_t *addp) argument
488 return (update_dt((dt_handle_t *)handle, NULL, addp));
H A Ddhcp_network.c612 add_dn(void *handle, dn_rec_t *addp) argument
614 return (update_dn((dn_handle_t *)handle, NULL, addp));
/osnet-11/usr/src/lib/libdhcpsvc/modules/files0/
H A Ddhcptab.c417 add_dt(void *handle, dt_rec_t *addp) argument
419 return (update_dt((dt_handle_t *)handle, NULL, addp));
H A Ddhcp_network.c515 add_dn(void *handle, dn_rec_t *addp) argument
517 return (update_dn((dn_handle_t *)handle, NULL, addp));

Completed in 35 milliseconds