Home
last modified time | relevance | path

Searched refs:SVC_FD (Results 1 – 7 of 7) sorted by relevance

/dports/security/xinetd/xinetd-2.3.15/xinetd/
H A Dservice.c126 int sd = SVC_FD( sp ) ; in set_fd_modes()
171 int sd = SVC_FD( sp ) ; in activate_rpc()
340 SVC_FD(sp) = socket( AF_INET, in svc_activate()
343 SVC_FD(sp) = socket( AF_INET6, in svc_activate()
347 if ( SVC_FD(sp) == -1 ) in svc_activate()
356 (void) Sclose( SVC_FD(sp) ) ; in svc_activate()
369 (void) Sclose( SVC_FD(sp) ) ; in svc_activate()
396 if ( SVC_FD(sp) > ps.rws.mask_max ) in svc_activate()
397 ps.rws.mask_max = SVC_FD(sp) ; in svc_activate()
408 (void) Sclose( SVC_FD( sp ) ) ; in deactivate()
[all …]
H A Dconnection.c52 cp->co_descriptor = SVC_FD( sp ); in get_connection()
54 cp->co_descriptor = accept( SVC_FD( sp ), &(cp->co_remote_address.sa), in get_connection()
70 if( setsockopt(SVC_FD(sp), IPPROTO_TCP, TCP_NODELAY, in get_connection()
76 if( setsockopt(SVC_FD(sp), SOL_SOCKET, SO_KEEPALIVE, in get_connection()
105 val = recvfrom( SVC_FD( sp ), &t_ch, 1, MSG_PEEK, in get_connection()
115 cp->co_descriptor = SVC_FD( sp ) ; in get_connection()
H A Dmain.c189 if ( FD_ISSET( SVC_FD( sp ), &read_mask ) ) in main_loop()
230 if ( SVC_FD( sp ) == fd ) in find_bad_fd()
H A Dinternals.c190 if ( FD_ISSET( SVC_FD( sp ), &socket_mask_copy ) ) in consistency_check()
198 FD_CLR( SVC_FD( sp ), &socket_mask_copy ) ; in consistency_check()
320 int sd = SVC_FD( sp ) ; in thread_check()
H A Dintcommon.c111 (void) Sclose( SVC_FD( sp ) ) ; in int_init()
H A Dservice.h73 #define SVC_FD( sp ) ( (sp)->svc_fd ) macro
H A Dserver.c301 FD_SET( SVC_FD( sp ), &ps.rws.socket_mask ) ; in server_end()