Function: tramp-build-postfix-ipv6-regexp

tramp-build-postfix-ipv6-regexp is a byte-compiled function defined in tramp.el.gz.

Signature

(tramp-build-postfix-ipv6-regexp)

Documentation

Return tramp-postfix-ipv6-regexp.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
(defun tramp-build-postfix-ipv6-regexp ()
  "Return `tramp-postfix-ipv6-regexp'."
  (rx (literal tramp-postfix-ipv6-format)))