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

/illumos-gate/usr/src/uts/common/inet/
H A Dtunables.h89 typedef struct mod_prop_info_s mod_prop_info_t; typedef in typeref:struct:mod_prop_info_s
92 typedef int mod_prop_setf_t(netstack_t *, cred_t *, mod_prop_info_t *,
94 typedef int mod_prop_getf_t(netstack_t *, mod_prop_info_t *, const char *,
162 extern int mod_uint32_value(const void *, mod_prop_info_t *,
164 extern mod_prop_info_t *mod_prop_lookup(mod_prop_info_t[], const char *,
166 extern int mod_set_buf_prop(mod_prop_info_t[], netstack_t *,
167 cred_t *cr, mod_prop_info_t *, const char *, const void *, uint_t);
168 extern int mod_get_buf_prop(mod_prop_info_t[], netstack_t *,
169 mod_prop_info_t *, cons
[all...]

Completed in 63 milliseconds