typedef struct { Uint32 host; /* 32bit IPv4ホストアドレス */ Uint16 port; /* 16bit プロトコルポート */ } IPaddress;
ネットワーク接続とソケットで使われる情報を持つ型