HomeSort by relevance Sort by last modified time
    Searched defs:servent (Results 1 - 11 of 11) sorted by null

  /bionic/libc/private/
resolv_static.h 26 struct servent servent; member in struct:res_static
  /bionic/libc/include/
netdb.h 100 struct servent { struct
235 struct servent *getservbyname(const char *, const char *);
236 struct servent *getservbyport(int, const char *);
237 struct servent *getservent(void);
  /development/ndk/platforms/android-3/include/
netdb.h 100 struct servent { struct
216 struct servent *getservbyname(const char *, const char *);
217 struct servent *getservbyport(int, const char *);
218 struct servent *getservent(void);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
netdb.h 100 struct servent { struct
235 struct servent *getservbyname(const char *, const char *);
236 struct servent *getservbyport(int, const char *);
237 struct servent *getservent(void);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
netdb.h 100 struct servent { struct
235 struct servent *getservbyname(const char *, const char *);
236 struct servent *getservbyport(int, const char *);
237 struct servent *getservent(void);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
netdb.h 100 struct servent { struct
235 struct servent *getservbyname(const char *, const char *);
236 struct servent *getservbyport(int, const char *);
237 struct servent *getservent(void);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
netdb.h 100 struct servent { struct
235 struct servent *getservbyname(const char *, const char *);
236 struct servent *getservbyport(int, const char *);
237 struct servent *getservent(void);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
netdb.h 100 struct servent { struct
235 struct servent *getservbyname(const char *, const char *);
236 struct servent *getservbyport(int, const char *);
237 struct servent *getservent(void);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
netdb.h 100 struct servent { struct
235 struct servent *getservbyname(const char *, const char *);
236 struct servent *getservbyport(int, const char *);
237 struct servent *getservent(void);
  /external/netcat/
netcat.c 440 struct servent * servent; local
458 servent = getservbyport (y, whichp);
459 if (servent) {
460 y = ntohs (servent->s_port);
463 strncpy (portpoop->name, servent->s_name, sizeof (portpoop->name));
464 } /* if servent */
480 servent = getservbyname (pstring, whichp);
481 if (servent) {
482 strncpy (portpoop->name, servent->s_name, sizeof (portpoop->name))
    [all...]
  /external/quake/quake/src/WinQuake/
mpdosock.h 167 struct servent { struct
747 struct servent FAR * PASCAL FAR getservbyport(int port, const char FAR * proto);
749 struct servent FAR * PASCAL FAR getservbyname(const char FAR * name,
785 typedef struct servent SERVENT;
786 typedef struct servent *PSERVENT;
787 typedef struct servent FAR *LPSERVENT;

Completed in 470 milliseconds