Sponsored Content
Full Discussion: What do you do for a living?
The Lounge What is on Your Mind? What do you do for a living? Post 302698059 by Collider on Saturday 8th of September 2012 12:04:52 AM
Old 09-08-2012
I'm in the data industry so I primarily do data management and administration.
 

2 More Discussions You Might Find Interesting

1. Linux

Starting over, making a living with linux?

I really like to use linux, although I freely admit I don't know squat about it. I can install it, update it and get it to most of what I would like it to do, up to running some windows apps on it. I am going back so to school starting on the 25th, with a declared major of Information... (1 Reply)
Discussion started by: Methal
1 Replies

2. What is on Your Mind?

Video: What Do You Do for a Living? @UNIX.com

Video: What Do You Do for a Living? @UNIX.com https://youtu.be/eTddtFa_Z_g We asked our users at UNIX.com what they do for a living, and this was their top three replies in 1080 HD video. Shout-outs to quotes in the video from forum members Akshay Hegde, geeky404, ni2 and joeyg. Here... (0 Replies)
Discussion started by: Neo
0 Replies
inet_makeaddr(3)					     Library Functions Manual						  inet_makeaddr(3)

NAME
inet_makeaddr - Translates an Internet network address and host address into an Internet network byte-ordered address LIBRARY
Standard C Library (libc.so, libc.a) SYNOPSIS
#include <arpa/inet.h> struct in_addr inet_makeaddr( in_addr_t net_num, in_addr_t loc_addr) ; STANDARDS
Interfaces documented on this reference page conform to industry standards as follows: inet_makeaddr(): XNS4.0 Refer to the standards(5) reference page for more information about industry standards and associated tags. PARAMETERS
Defines a network number in host-byte order. Defines a host (local) address in host-byte order. DESCRIPTION
The inet_makeaddr() function translates a network number and a local host address into their equivalent Internet address. The Internet address is returned in network-byte order. RETURN VALUES
The inet_makeaddr() function returns an Internet address in network byte order. ERRORS
Current industry standards for inet_makeaddr() do not define error values. RELATED INFORMATION
Functions: inet_addr(3), inet_lnaof(3), inet_netof(3), inet_network(3), inet_ntoa(3) Standards: standards(5) Network Programmer's Guide delim off inet_makeaddr(3)
All times are GMT -4. The time now is 11:39 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy