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

/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.h325 } inetd_prop_t; typedef in typeref:struct:__anon3332
327 inetd_prop_t *get_prop_table(size_t *);
328 inetd_prop_t *find_prop(const inetd_prop_t *, const char *, inet_type_t);
329 int64_t get_prop_value_int(const inetd_prop_t *, const char *);
330 uint64_t get_prop_value_count(const inetd_prop_t *, const char *);
331 boolean_t get_prop_value_boolean(const inetd_prop_t *, const char *);
332 const char *get_prop_value_string(const inetd_prop_t *, const char *);
333 const char **get_prop_value_string_list(const inetd_prop_t *, const char *);
334 void put_prop_value_int(inetd_prop_t *, cons
[all...]

Completed in 59 milliseconds