Lines Matching refs:service
1688 function to map a service name onto a port number; see @ref{Services
1728 @cindex converting service name to port number
1729 @cindex converting port number to service name
1745 This is the ``official'' name of the service.
1748 These are alternate names for the service, represented as an array of
1752 This is the port number for the service. Port numbers are given in
1756 This is the name of the protocol to use with this service.
1761 To get information about a particular service, use the
1797 service named @var{name} using protocol @var{proto}. If it can't find
1798 such a service, it returns a null pointer.
1822 service at port @var{port} using protocol @var{proto}. If it can't
1823 find such a service, it returns a null pointer.
3219 Another way to provide a service on an Internet port is to let the daemon
3273 @var{service} @var{style} @var{protocol} @var{wait} @var{username} @var{program} @var{arguments}
3276 The @var{service} field says which service this program provides. It
3277 should be the name of a service defined in @file{/etc/services}.
3278 @code{inetd} uses @var{service} to decide which port to listen on for