#include <net_config.h>
void http_get_info (
REMOTEM* info ); /* Pointer to structure to copy */
/* remote machine information into. */
Description
The http_get_info function obtains information about the
remote machine and records the remote machine's IP address and MAC
address in the memory pointed to by the info argument.
The http_get_info function is a system function that is in
the RL-TCPnet library. The prototype is defined in net_config.h.
Note
You can use the IP address or MAC address information to
restrict which remote machines are allowed to perform system
changes.
For PPP and SLIP links, the function records 00-00-00-00-00-00
as the MAC address in info.
Return Value
The http_get_info function does not return any value, but
the information about the remote machine gets stored in the
info argument.
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.