|
getgeneration(3) -- device statistics utility library
|
The devstat library is a library of helper functions for dealing with the kernel devstat(9) interface, which is accessible to users via sysctl(3) and kvm(3). All functions that take a kvm_t * as first... |
getgrent(3) -- group database operations
|
These functions operate on the group database file /etc/group which is described in group(5). Each line of the database is defined by the structure group found in the include file : struct grou... |
|
getgrgid(3) -- group database operations
|
These functions operate on the group database file /etc/group which is described in group(5). Each line of the database is defined by the structure group found in the include file : struct grou... |
getgrnam(3) -- group database operations
|
These functions operate on the group database file /etc/group which is described in group(5). Each line of the database is defined by the structure group found in the include file : struct grou... |
getgrouplist(3) -- calculate group access list
|
The getgrouplist() function reads through the group file and calculates the group access list for the user specified in name. The basegid is automatically included in the groups list. Typically this v... |
gethostbyaddr(3) -- get network host entry
|
The getaddrinfo(3) and getnameinfo(3) functions are preferred over the gethostbyname(), gethostbyname2(), and gethostbyaddr() functions. The gethostbyname(), gethostbyname2() and gethostbyaddr() funct... |
gethostbyname(3) -- get network host entry
|
The getaddrinfo(3) and getnameinfo(3) functions are preferred over the gethostbyname(), gethostbyname2(), and gethostbyaddr() functions. The gethostbyname(), gethostbyname2() and gethostbyaddr() funct... |
gethostbyname2(3) -- get network host entry
|
The getaddrinfo(3) and getnameinfo(3) functions are preferred over the gethostbyname(), gethostbyname2(), and gethostbyaddr() functions. The gethostbyname(), gethostbyname2() and gethostbyaddr() funct... |
gethostent(3) -- get network host entry
|
The getaddrinfo(3) and getnameinfo(3) functions are preferred over the gethostbyname(), gethostbyname2(), and gethostbyaddr() functions. The gethostbyname(), gethostbyname2() and gethostbyaddr() funct... |
gethostid(3) -- get/set unique identifier of current host
|
The sethostid() function establishes a 32-bit identifier for the current processor that is intended to be unique among all UNIX systems in existence. This is normally a DARPA Internet address for the ... |
gethostname(3) -- get/set name of current host
|
The gethostname() function returns the standard host name for the current processor, as previously set by sethostname(). The namelen argument specifies the size of the name array. The returned name is... |
getifaddrs(3) -- get interface addresses
|
The getifaddrs() function stores a reference to a linked list of the network interfaces on the local machine in the memory referenced by ifap. The list consists of ifaddrs structures, as defined in th... |
getifmaddrs(3) -- get multicast group memberships
|
The getifmaddrs() function stores a reference to a linked list of the multicast memberships on the local machine in the memory referenced by ifmap. The list consists of ifmaddrs structures, as defined... |
getipnodebyaddr(3) -- nodename-to-address and
|
The getipnodebyname() and getipnodebyaddr() functions are very similar to gethostbyname(3), gethostbyname2(3) and gethostbyaddr(3). The functions cover all the functionalities provided by the older on... |
getipnodebyname(3) -- nodename-to-address and
|
The getipnodebyname() and getipnodebyaddr() functions are very similar to gethostbyname(3), gethostbyname2(3) and gethostbyaddr(3). The functions cover all the functionalities provided by the older on... |