Lines Matching refs:IP

8 Convert the internet host address IP to a string in IPv4 dotted-decimal notation.
9 The result is stored in the char array that ipbuf points to. The given IP address argument must be in network order (i.e. 0xC0A80101 becomes 192.168.1.1).
42 \texttt{int} that IP points to. Little endian or big endian is not taken into account.
53 \item \texttt{ipstr} - Pointer to the IP string.
132 Find the source IP for the link associated to the specified destination.
133 This function will use the currently configured routing table to identify the link that would be used to transmit any traffic directed to the given IP address.
146 On success, this call returns the source IP as \texttt{struct pico$\_$ip4}.
166 Add a new local device dev inteface, f.e. eth0, with IP address 'address' and netmask 'netmask'. A device may have more than one link configured, i.e. to access multiple networks on the same link.
203 Remove the link associated to the local device that was previously configured, corresponding to the IP address 'address'.
235 Find the local device associated to the local IP address 'address'.
268 Forwarded packets from an internal network will have the public IP address from the passed link
321 This function adds or deletes a rule in the IP forwarding table. Internally in the stack,
333 \item \texttt{pub$\_$addr} - Public IP address, must be identical to the address of the external link.
335 \item \texttt{priv$\_$addr} - Private IP address of the host on the internal network.
371 Add a new route to the destination IP address from the local device link, f.e. eth0.
410 Remove the route to the destination IP address from the local device link, f.e. etho0.
446 This function gets the gateway address for the given destination IP address, if set.