|
import socket, fcntl, struct
|
|
import socket, fcntl, struct
|
|
s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
|
|
s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
|
|
inet = fcntl.ioctl(s.fileno(), 0x8915, struct.pack('256s', ifname[:15]))
|
|
inet = fcntl.ioctl(s.fileno(), 0x8915, struct.pack('256s', ifname[:15]))
|