inet_netof
in_addr_t inet_netof(struct in_addr);
__weak_reference(__inet_netof, inet_netof);
int net = inet_netof(*inp);
int net = inet_netof(in);