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

/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c996 *\li f_key Key structure to be freed.
1000 dst_free_key(DST_KEY *f_key) argument
1003 if (f_key == NULL)
1004 return (f_key);
1005 if (f_key->dk_func && f_key->dk_func->destroy)
1006 f_key->dk_KEY_struct =
1007 f_key->dk_func->destroy(f_key->dk_KEY_struct);
1010 f_key
[all...]

Completed in 58 milliseconds