File: net-utils.el.html
There are three main areas of functionality:
* Wrap common network utility programs (ping, traceroute, netstat,
nslookup, arp, route). Note that these wrappers are of the diagnostic
functions of these programs only.
* Implement some very basic protocols in Emacs Lisp (finger and whois)
* Support connections to HOST/PORT, generally for debugging and the like.
In other words, for doing much the same thing as "telnet HOST PORT", and
then typing commands.
Defined variables (55)
arp-program | Program to print IP to address translation tables. |
arp-program-options | Options for the arp program. |
dig-program-options | Options for the dig program. |
dns-lookup-program | Program to interactively query DNS information. |
dns-lookup-program-options | Options for the dns-lookup program. |
finger-X.500-host-regexps | A list of regular expressions matching host names. |
ftp-mode-abbrev-table | Abbrev table for ‘ftp-mode’. |
ftp-mode-hook | Hook run after entering FTP mode. |
ftp-mode-map | Keymap for ‘ftp-mode’. |
ftp-mode-syntax-table | Syntax table for ‘ftp-mode’. |
ftp-program | Program to run to do FTP transfers. |
ftp-program-options | Options for the ftp program. |
ftp-prompt-regexp | Regexp which matches the FTP program’s prompt. |
ifconfig-program | Program to print network configuration information. |
ifconfig-program-options | Options for the ifconfig program. |
iwconfig-program | Program to print wireless network configuration information. |
iwconfig-program-options | Options for the iwconfig program. |
net-utils-font-lock-keywords | Expressions to font-lock for general network utilities. |
net-utils-mode-abbrev-table | Abbrev table for ‘net-utils-mode’. |
net-utils-mode-hook | Hook run after entering NetworkUtil mode. |
net-utils-mode-map | Keymap for ‘net-utils-mode’. |
net-utils-mode-syntax-table | Syntax table for ‘net-utils-mode’. |
netstat-program | Program to print network statistics. |
netstat-program-options | Options for the netstat program. |
network-connection-mode-abbrev-table | Abbrev table for ‘network-connection-mode’. |
network-connection-mode-hook | Hook run after entering Network-Connection mode. |
network-connection-mode-map | Keymap for ‘network-connection-mode’. |
network-connection-mode-syntax-table | Syntax table for ‘network-connection-mode’. |
network-connection-service-alist | Alist of services and associated TCP port numbers. |
nslookup-font-lock-keywords | Expressions to font-lock for nslookup. |
nslookup-mode-abbrev-table | Abbrev table for ‘nslookup-mode’. |
nslookup-mode-hook | Hook run after entering Nslookup mode. |
nslookup-mode-map | Keymap for ‘nslookup-mode’. |
nslookup-mode-syntax-table | Syntax table for ‘nslookup-mode’. |
nslookup-program | Program to interactively query DNS information. |
nslookup-program-options | Options for the nslookup program. |
nslookup-prompt-regexp | Regexp to match the nslookup prompt. |
ping-program | Program to send network test packets to a host. |
ping-program-options | Options for the ping program. |
route-program | Program to print routing tables. |
route-program-options | Options for the route program. |
smbclient-mode-abbrev-table | Abbrev table for ‘smbclient-mode’. |
smbclient-mode-hook | Hook run after entering smbclient mode. |
smbclient-mode-map | Keymap for ‘smbclient-mode’. |
smbclient-mode-syntax-table | Syntax table for ‘smbclient-mode’. |
smbclient-program | Smbclient program. |
smbclient-program-options | Options for the smbclient program. |
smbclient-prompt-regexp | Regexp which matches the smbclient program’s prompt. |
traceroute-program | Program to trace network hops to a destination. |
traceroute-program-options | Options for the traceroute program. |
whois-guess-server | If non-nil, try to deduce the appropriate whois server from the query. |
whois-reverse-lookup-server | Server which provides inverse DNS mapping. |
whois-server-list | A list of whois servers that can be queried. |
whois-server-name | Default host name for the whois service. |
whois-server-tld | Alist to map top level domains to whois servers. |