reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/netdb.h
  349 extern struct protoent *getprotoent (void);
  355 extern struct protoent *getprotobyname (const char *__name);
  361 extern struct protoent *getprotobynumber (int __proto);
  372 extern int getprotoent_r (struct protoent *__restrict __result_buf,
  374 			  struct protoent **__restrict __result);
  377 			     struct protoent *__restrict __result_buf,
  379 			     struct protoent **__restrict __result);
  382 			       struct protoent *__restrict __result_buf,
  384 			       struct protoent **__restrict __result);