netdb.h (f2556687c6724a3c8b3685103aad511afb3068b2) | netdb.h (e622b47989c626b3c008a6165e01582f5dc37f78) |
---|---|
1/*- 2 * Copyright (c) 1980, 1983, 1988, 1993 3 * The Regents of the University of California. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 68 unchanged lines hidden (view full) --- 77 78#ifndef _PATH_HEQUIV 79# define _PATH_HEQUIV "/etc/hosts.equiv" 80#endif 81#define _PATH_HOSTS "/etc/hosts" 82#define _PATH_NETWORKS "/etc/networks" 83#define _PATH_PROTOCOLS "/etc/protocols" 84#define _PATH_SERVICES "/etc/services" | 1/*- 2 * Copyright (c) 1980, 1983, 1988, 1993 3 * The Regents of the University of California. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 68 unchanged lines hidden (view full) --- 77 78#ifndef _PATH_HEQUIV 79# define _PATH_HEQUIV "/etc/hosts.equiv" 80#endif 81#define _PATH_HOSTS "/etc/hosts" 82#define _PATH_NETWORKS "/etc/networks" 83#define _PATH_PROTOCOLS "/etc/protocols" 84#define _PATH_SERVICES "/etc/services" |
85#define _PATH_SERVICES_DB "/var/db/services.db" |
|
85 86#define h_errno (*__h_errno()) 87 88/* 89 * Structures returned by network data base library. All addresses are 90 * supplied in host order, and returned in network order (suitable for 91 * use in system calls). 92 */ --- 200 unchanged lines hidden --- | 86 87#define h_errno (*__h_errno()) 88 89/* 90 * Structures returned by network data base library. All addresses are 91 * supplied in host order, and returned in network order (suitable for 92 * use in system calls). 93 */ --- 200 unchanged lines hidden --- |