Searched refs:dn_handle_t (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libdhcpsvc/modules/files0/
H A Ddhcp_network.h60 } dn_handle_t; typedef in typeref:struct:dn_handle
H A Ddhcp_network.c65 dn_handle_t *dhp;
69 dhp = malloc(sizeof (dn_handle_t));
275 dn_handle_t *dhp = (dn_handle_t *)handle;
383 update_dn(const dn_handle_t *dhp, const dn_rec_t *origp, dn_rec_t *newp)
517 return (update_dn((dn_handle_t *)handle, NULL, addp));
523 return (update_dn((dn_handle_t *)handle, origp, newp));
529 return (update_dn((dn_handle_t *)handle, delp, NULL));
/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Ddhcp_network.h117 } dn_handle_t; typedef in typeref:struct:dn_handle
H A Ddhcp_network.c166 static int check_dn(dn_handle_t *);
181 dn_handle_t *dhp;
187 dhp = malloc(sizeof (dn_handle_t));
295 dn_handle_t *dhp = (dn_handle_t *)*handlep;
320 dn_handle_t *dhp = (dn_handle_t *)handle;
575 dn_handle_t *dhp = (dn_handle_t *)handle;
700 dn_handle_t *dh
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/modules/files/
H A Ddhcp_network.h81 } dn_handle_t; typedef in typeref:struct:dn_handle
H A Ddhcp_network.c67 dn_handle_t *dhp;
75 dhp = malloc(sizeof (dn_handle_t));
345 dn_handle_t *dhp = (dn_handle_t *)handle;
454 update_dn(const dn_handle_t *dhp, const dn_rec_t *origp, dn_rec_t *newp)
614 return (update_dn((dn_handle_t *)handle, NULL, addp));
620 return (update_dn((dn_handle_t *)handle, origp, newp));
626 return (update_dn((dn_handle_t *)handle, delp, NULL));

Completed in 28 milliseconds