Top "Ip-address" questions

An Internet Protocol address (IP address) is a numerical label assigned to each device in a computer network that uses the Internet Protocol for communication.

How do I get the network interface and its right IPv4 address?

I need to know how to get all network interfaces with their IPv4 address. Or just wireless and Ethernet. To …

c# ip-address network-interface
How to get my IP address programmatically on iOS/macOS?

I would like to obtain my iPad's IP address programmatically. How can I query the networking subsystem to find out …

ios macos ip-address ipv6
how to ping ip addresses in php and give results

Possible Duplicate: Pinging an IP address using PHP and echoing the result How do you ping an ip addresses in …

php ip-address ping
What is the difference between HTTP_CLIENT_IP and HTTP_X_FORWARDED_FOR?

I understand that a header HTTP_X_FORWARDED_FOR is set by proxy servers to identify the ip-address of the …

http proxy header ip-address
Conversion from IP string to integer, and backward in Python

i have a little problem with my script, where i need to convert ip in form 'xxx.xxx.xxx.xxx' …

python networking ip-address
How do I get the user IP address in Symfony2 controller?

I need to store the IP address of the users who comment, in the database after form submission. Is there …

symfony ip-address
How do I get the remote address of a client in servlet?

Is there any way that I could get the original IP address of the client coming to the server? I …

servlets proxy client ip-address
how to get ip address of iphone programmatically

I got a webserver up and running in iphone by using Mongoose. But the problem is how can I get …

iphone objective-c ipad ip-address
What is the meaning of SO_REUSEADDR (setsockopt option) - Linux?

From the man page: SO_REUSEADDR Specifies that the rules used in validating addresses supplied to bind() should allow reuse …

linux sockets port ip-address setsockopt