These functions are used to obtain entries for networks. An entry may come from any of the sources for networks specified in the /etc/nsswitch.conf file. See nsswitch ...
The getnetbyname() function returns a netent structure for the entry from the database that matches the network name.
Parameter Description name Points to a network name. The getnetbyname() call returns a pointer to a netent structure for the network name specified on the call.
perldoc.perl.org - Official documentation for the Perl programming language
NOM getnetent, getnetbyname, getnetbyaddr, setnetent, endnetent - Lire les informations réseau SYNOPSIS #include <netdb.h> struct netent *getnetent(void); struct ...
Provided by: manpages-fr-dev_3.57d1p1-1_all NOM getnetent, getnetbyname, getnetbyaddr, setnetent, endnetent - Lire les informations réseau
Synopsis: #include <netdb.h> struct netent * getnetbyname( const char * name); . Arguments: name The name of the network whose entry you want to find. Library:
Gladir.com - Manuel pour le langage de programmation Perl. GETNETBYNAME : Cette fonction permet de connaitre l'adresse IP à partir d'un nom réseau.
getnetbyname NAME. These routines perform the same functions as their counterparts in the system library. In list context, the return values from the various get ...
The getprotobyname function retrieves the protocol information corresponding to a protocol name.