Home | History | Annotate | Download | only in common_lib

Lines Matching refs:ip_1

2469 def is_in_same_subnet(ip_1, ip_2, mask_bits=24):
2474 @param ip_1: First IP address to compare.
2482 ip_1_num = struct.unpack('!I', socket.inet_aton(ip_1))[0]