OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:whois
(Results
1 - 2
of
2
) sorted by null
/external/scapy/scapy/layers/
inet.py
30
from scapy.utils import
whois
45
def
whois
(self):
member in class:IPTools
46
"""
whois
the source and print the output"""
48
print(
whois
(self.src))
50
os.system("
whois
%s" % self.src)
[
all
...]
/external/scapy/scapy/
utils.py
1492
def
whois
(ip_address):
function
[
all
...]
Completed in 550 milliseconds