Layer: services

Module: inetd

Description:

Internet services daemon.

Interfaces:

inetd_core_service_domain( domain , entrypoint )
Summary

Define the specified domain as a inetd service.

Description

Define the specified domain as a inetd service. The inetd_service_domain(), inetd_tcp_service_domain(), or inetd_udp_service_domain() interfaces should be used instead of this interface, as this interface only provides the common rules to these three interfaces.

Parameters
Parameter:Description:Optional:
domain The type associated with the inetd service process. No
entrypoint The type associated with the process program. No
inetd_domtrans_child( domain )
Summary

Run inetd child process in the inet child domain

Parameters
Parameter:Description:Optional:
domain Domain allowed access. No
inetd_service_domain( domain , entrypoint )
Summary

Define the specified domain as a TCP and UDP inetd service.

Parameters
Parameter:Description:Optional:
domain The type associated with the inetd service process. No
entrypoint The type associated with the process program. No
inetd_tcp_connect( domain )
Summary

Connect to the inetd service using a TCP connection.

Parameters
Parameter:Description:Optional:
domain Domain allowed access. No
inetd_tcp_service_domain( domain , entrypoint )
Summary

Define the specified domain as a TCP inetd service.

Parameters
Parameter:Description:Optional:
domain The type associated with the inetd service process. No
entrypoint The type associated with the process program. No
inetd_udp_service_domain( domain , entrypoint )
Summary

Define the specified domain as a UDP inetd service.

Parameters
Parameter:Description:Optional:
domain The type associated with the inetd service process. No
entrypoint The type associated with the process program. No
inetd_use_fd( domain )
Summary

Inherit and use file descriptors from inetd.

Parameters
Parameter:Description:Optional:
domain Domain allowed access. No
Return