DetermineAddressAndSubnetMaskForInterface:
PROC [n: Network]
RETURNS [ok:
BOOL];
Fills in n.arpa.host, n.arpa.translation.net, n.arpa.translation.subnetMask. (Don't ask how).
In the (perhaps distant) future this function will be performed by individual translation modules, e.g. using RARP and Address Mask ICMP messages.
This can fail (returning FALSE).