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

References

tools/lldb/include/lldb/Host/SocketAddress.h
   76   sa_family_t GetFamily() const;
   79   void SetFamily(sa_family_t family);
  107   bool SetToLocalhost(sa_family_t family, uint16_t port);
  109   bool SetToAnyAddress(sa_family_t family, uint16_t port);
tools/lldb/source/Host/common/SocketAddress.cpp
  104 static socklen_t GetFamilyLength(sa_family_t family) {
  125 sa_family_t SocketAddress::GetFamily() const {
  129 void SocketAddress::SetFamily(sa_family_t family) {
  253 bool SocketAddress::SetToLocalhost(sa_family_t family, uint16_t port) {
  275 bool SocketAddress::SetToAnyAddress(sa_family_t family, uint16_t port) {
usr/include/netax25/ax25.h
   77     sa_family_t sax25_family;
usr/include/netdb.h
  465 		    sa_family_t __af);
  493 		     sa_family_t __af);
  515 		       sa_family_t __af);
  539 			sa_family_t __af);
  558 extern int rresvport_af (int *__alport, sa_family_t __af);
usr/include/netipx/ipx.h
   35     sa_family_t sipx_family;