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

/macosx-10.10/network_cmds-457/cfilutil/
H A Dcfilutil.c87 TAILQ_HEAD(sock_info_head, sock_info) sock_info_head = TAILQ_HEAD_INITIALIZER(sock_info_head);
90 struct sock_info { struct
91 TAILQ_ENTRY(sock_info) si_link;
228 struct sock_info *
231 struct sock_info *sock_info; local
233 TAILQ_FOREACH(sock_info, &sock_info_head, si_link) {
234 if (sock_info->si_sock_id == sockid)
235 return (sock_info);
240 struct sock_info *
243 struct sock_info *sock_info; local
260 struct sock_info *sock_info = find_sock_info(sockid); local
270 set_sock_info_deadline(struct sock_info *sock_info) argument
285 send_action_message(uint32_t op, struct sock_info *sock_info, int nodelay) argument
323 struct sock_info *sock_info; local
403 drop(struct sock_info *sock_info) argument
438 struct sock_info *sock_info = NULL; local
[all...]
/macosx-10.10/apache-793/httpd/modules/arch/netware/
H A Dmod_nw_ssl.c790 apr_os_sock_info_t sock_info; local
792 sock_info.os_sock = &(sl->fd);
793 sock_info.local = (struct sockaddr*)&(sl->local_addr);
794 sock_info.remote = NULL;
795 sock_info.family = APR_INET;
796 sock_info.type = SOCK_STREAM;
798 apr_os_sock_make(&sd, &sock_info, s->process->pool);

Completed in 176 milliseconds