HomeSort by: relevance | last modified time | path
    Searched refs:SERVICE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/nsd/dist/simdzone/src/generic/
wks.h 29 // https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml
56 // To confirm that a service is present, simply attempt to use it.
110 typedef struct service service_t;
111 struct service { struct
120 #define SERVICE(name, port) { { name, sizeof(name) - 1 }, port }
124 SERVICE("snmptrap", 162),
125 SERVICE("pop3s", 995),
126 SERVICE("pop3", 110),
127 SERVICE("ldaps", 636)
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
heim_err.et 19 error_code SERVICE_NOMATCH, "Unacceptable service used"
45 error_code SERVICE, "servname not supported for ai_socktype"
  /src/external/bsd/openresolv/dist/
resolvconf.in 148 -r \$SERVICE Restart the system service
149 (restarting a non-existent or non-running service
151 -R Show the system service restart command
394 # Note that restarting a service is a last resort - the subscribers
395 # should make a reasonable attempt to reconfigure the service via some
408 if /bin/systemctl --quiet is-active $1.service
410 /bin/systemctl restart $1.service
414 if /usr/bin/systemctl --quiet is-active $1.service
416 /usr/bin/systemctl restart $1.service
    [all...]

Completed in 14 milliseconds