Home
last modified time | relevance | path

Searched refs:socket_info_t (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd_impl.h298 extern boolean_t socket_info_equal(const socket_info_t *, const socket_info_t *,
H A Dconfig.c232 socket_info_equal(const socket_info_t *si, const socket_info_t *si2, in socket_info_equal()
267 if (socket_info_equal((socket_info_t *)lv, in proto_info_compare()
268 (socket_info_t *)rv, pi->ri != NULL)) in proto_info_compare()
H A Dinetd.c709 create_bound_socket(const instance_t *inst, socket_info_t *sock_info) in create_bound_socket()
1104 (socket_info_t *)p); in create_bound_fds()
1243 (((socket_info_t *)p)->type == SOCK_DGRAM)) { in expand_address()
/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.h234 } socket_info_t; typedef
H A Dinetsvc.c679 socket_info_t *si = NULL; in valid_props()
814 if ((si = calloc(1, sizeof (socket_info_t))) != NULL) { in valid_props()