man pages section 3: Networking Library Functions
    
G
 
 gai_strerror -- translate between node name and address ( Index Term Link )
 
 generic transport name-to-address translation
  -- netdir ( Index Term Link )
  -- netdir_free ( Index Term Link )
  -- netdir_getbyaddr ( Index Term Link )
  -- netdir_getbyname ( Index Term Link )
  -- netdir_mergeaddr ( Index Term Link )
  -- netdir_options ( Index Term Link )
  -- netdir_perror ( Index Term Link )
  -- netdir_sperror ( Index Term Link )
  -- taddr2uaddr ( Index Term Link )
  -- uaddr2taddr ( Index Term Link )
 
 get IP node entry -- freehostent ( Index Term Link )
 
 get IP node entry -- getipnodebyaddr ( Index Term Link )
 
 get IP node entry -- getipnodebyname ( Index Term Link )
 
 get service entry -- getservbyname ( Index Term Link )
  endservent ( Index Term Link )
  getservbyname_r ( Index Term Link )
  getservbyport ( Index Term Link )
  getservbyport_r ( Index Term Link )
  getservent ( Index Term Link )
  getservent_r ( Index Term Link )
  setservent ( Index Term Link )
 
 get credentials of client -- rpc_gss_getcred ( Index Term Link )
 
 get error codes on failure, -- rpc_gss_get_error ( Index Term Link )
 
 get list of attribute identifiers -- fn_attr_get_ids ( Index Term Link )
 
 get maximum data length for transmission
  -- rpc_gss_max_data_length ( Index Term Link )
  -- rpc_gss_svc_max_data_length ( Index Term Link )
 
 get principal names at server, -- rpc_get_principal_name ( Index Term Link )
 
 getaddrinfo -- translate between node name and address ( Index Term Link )
 
 getipnodebyaddr -- get IP node entry ( Index Term Link )
 
 getipnodebyname -- get IP node entry ( Index Term Link )
 
 getnameinfo -- translate between node name and address ( Index Term Link )
 
 getpeername -- get name of peer connected to socket ( Index Term Link )
 
 getpublickey -- retrieve public or secret key ( Index Term Link )
 
 getsecretkey -- retrieve public or secret key ( Index Term Link )
 
 getservbyname -- get service entry ( Index Term Link )
 
 getservbyname_r -- get service entry ( Index Term Link )
 
 getservbyport -- get service entry ( Index Term Link )
 
 getservbyport_r -- get service entry ( Index Term Link )
 
 getservent -- get service entry ( Index Term Link )
 
 getservent_r -- get service entry ( Index Term Link )
 
 gss_accept_sec_context -- accept a security context initiated by a peer application ( Index Term Link )
 
 gss_acquire_cred -- acquire a handle for a pre-existing credential by name ( Index Term Link )
 
 gss_add_cred -- add a credential-element to a credential ( Index Term Link )
 
 gss_add_oid_set_member -- add an object identifier to an object identifier set ( Index Term Link )
 
 gss_canonicalize_name -- convert an internal name to a mechanism name ( Index Term Link )
 
 gss_compare_name -- compare two internal-form names ( Index Term Link )
 
 gss_context_time -- determine how long a context will remain valid ( Index Term Link )
 
 gss_create_empty_oid_set -- create an object-identifier set containing no object identifiers ( Index Term Link )
 
 gss_delete_sec_context -- delete a GSS-API security context ( Index Term Link )
 
 gss_display_name -- convert internal-form name to text ( Index Term Link )
 
 gss_display_status -- convert a GSS-API status code to text ( Index Term Link )
 
 gss_duplicate_name -- create a copy of an internal name ( Index Term Link )
 
 gss_export_name -- convert a mechanism name to export form ( Index Term Link )
 
 gss_export_sec_context -- transfer a security context to another process ( Index Term Link )
 
 gss_import_name -- convert a contiguous string name to GSS_API internal format ( Index Term Link )
 
 gss_import_sec_context -- import security context established by another process ( Index Term Link )
 
 gss_indicate_mechs -- determine available security mechanisms ( Index Term Link )
 
 gss_init_sec_context -- initiate a GSS-API security context with a peer application ( Index Term Link )
 
 gss_inquire_context -- obtain information about a security context ( Index Term Link )
 
 gss_inquire_cred -- obtain information about a credential ( Index Term Link )
 
 gss_inquire_cred_by_mech -- obtain per-mechanism information about a credential ( Index Term Link )
 
 gss_inquire_mechs_for_name -- list mechanisms that support the specified name-type ( Index Term Link )
 
 gss_inquire_names_for_mech -- list the name-types supported by the specified mechanism ( Index Term Link )
 
 gss_oid_to_str -- convert an OID to a string ( Index Term Link )
 
 gss_process_context_token -- pass asynchronous token to security service ( Index Term Link )
 
 gss_release_buffer -- free buffer storage allocated by a GSS-API function ( Index Term Link )
 
 gss_release_cred -- discard a credential handle ( Index Term Link )
 
 gss_release_name -- discard an internal-form name ( Index Term Link )
 
 gss_release_oid -- release an object identifier ( Index Term Link )
 
 gss_release_oid_set -- free storage associated with a GSS-API-generated gss_OID_set object ( Index Term Link )
 
 gss_str_to_oid -- convert a string to an OID ( Index Term Link )
 
 gss_test_oid_set_member -- interrogate an object identifier set ( Index Term Link )
 
 gss_verify_mic -- verify integrity of a received message ( Index Term Link )
 
 gss_wrap -- attach a cryptographic message ( Index Term Link )
 
 gss_wrap -- verify a message with attached cryptographic message ( Index Term Link )
 
 gss_wrap_size_limit -- allow application to determine maximum message size with resulting output token of a specified maximum size ( Index Term Link )